trim.d.ts 87 B

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