JezK
Edit File: IsStringPrefix.d.ts
declare function IsStringPrefix(p: string, q: string): boolean; export = IsStringPrefix;