endWith.d.ts 83 B

123
  1. declare function endWith(str: string, suffix: string): boolean;
  2. export = endWith;