Files
crunchy/src/interface/IFormatterTable.d.ts
Roel van Uden 18375d3d22 Update to TS1.5
2015-05-23 19:07:14 +02:00

4 lines
126 B
TypeScript

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