rtrim.d.ts 89 B

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