UNPKG

89 BTypeScriptView Raw
1declare function IsStringPrefix(p: string, q: string): boolean;
2export = IsStringPrefix;