Update to TS1.5

This commit is contained in:
Roel van Uden
2015-05-23 19:07:14 +02:00
parent 5fdee94b38
commit 18375d3d22
29 changed files with 194 additions and 207 deletions

3
src/interface/IFormatterTable.d.ts vendored Normal file
View File

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