##// END OF EJS Templates
ported IoC container to typescript...
ported IoC container to typescript added di/ModuleResolverBase and di/RequireJsResolver added tslint.json ./safe.ts linted

File last commit:

r9:c1c00bfb5487 propose cancellat...
r34:bf1098a8d031 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;