2025-10-01 19:55:38 +02:00

2 lines
77 B
TypeScript

export declare let startsWith: (str: string, strToFind: string) => boolean;