UNPKG

91 BTypeScriptView Raw
1declare function isPrefixOf(prefix: string, string: string): boolean;
2export = isPrefixOf;