format.d.ts
6 lines
| 117 B
| video/mp2t
|
TypeScriptLexer
|
|
r49 | declare function format(format: string, ...args: any[]): string; | |
| declare namespace format { | |||
| } | |||
| export = format; |
