format.d.ts 82 B

123
  1. declare function format(str: string, ...values: any[]): string;
  2. export = format;