startWith.d.ts 87 B

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