##// END OF EJS Templates
tests moved under src/ folder...
tests moved under src/ folder removed requirejs dependency from the main source set

File last commit:

r49:1a91da7b15f7 di-typescript
r50:7a4fac383b10 di-typescript
Show More
format.d.ts
6 lines | 117 B | video/mp2t | TypeScriptLexer
cin
changed the project structure
r49 declare function format(format: string, ...args: any[]): string;
declare namespace format {
}
export = format;