##// END OF EJS Templates
minor fixes, code cleanup...
minor fixes, code cleanup start porting IoC container to ts

File last commit:

r9:c1c00bfb5487 propose cancellat...
r33:58f57bdfc295 di-typescript
Show More
format.d.ts
6 lines | 117 B | video/mp2t | TypeScriptLexer
declare function format(format: string, ...args: any[]): string;
declare namespace format {
}
export = format;