##// END OF EJS Templates
the documentation on observables is added...
the documentation on observables is added more tests

File last commit:

r9:c1c00bfb5487 propose cancellat...
r26:0b0a30e050ba propose observables
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;