IFormatterTable.d.ts 143 B

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