##// END OF EJS Templates
fixed format-compile bug while formatting strings with new line symbols....
fixed format-compile bug while formatting strings with new line symbols. added error and completion handlers to Observable ConsoleTraceWriter is now destroyable

File last commit:

r9:c1c00bfb5487 propose cancellat...
r15:d5a3d3ab9fd7 propose cancellat...
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;