UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

5 lines (4 loc) 145 B
export declare class StringUtil { static stringToHashCode(str: string): number; static longestCommonPrefixOpt(strs: string[]): string; }