##// END OF EJS Templates
working on core/Cancellation
working on core/Cancellation

File last commit:

r9:c1c00bfb5487 propose cancellat...
r17:b8fc13e5c702 propose cancellat...
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;