JezK
Edit File: isPrefixOf.d.ts
declare function isPrefixOf(prefix: string, string: string): boolean; export = isPrefixOf;