format.d.ts 85 B

1234
  1. declare module "format" {
  2. function format(fmt: string, ...args: any[]): void;
  3. }