ltrim.d.ts 89 B

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