IFormatterTable.d.ts 126 B

123
  1. interface IFormatterTable {
  2. [key: string]: (input: string|Buffer, done: (err: Error, subtitle?: string) => void) => void;
  3. }