startWith.d.ts 87 B

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