##// END OF EJS Templates
Merge with default
Merge with default

File last commit:

r9:c1c00bfb5487 propose cancellat...
r30:824c675d7329 merge propose observables
Show More
format.d.ts
6 lines | 117 B | video/mp2t | TypeScriptLexer
cin
Async operation cancellation proposal...
r9 declare function format(format: string, ...args: any[]): string;
declare namespace format {
}
export = format;