trim.d.ts 87 B

123
  1. declare function trim(str: string, chars?: string | string[]): string;
  2. export = trim;