ltrim.d.ts 89 B

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