vue-hooks-plus
Version:
Vue hooks library
12 lines (11 loc) • 461 B
TypeScript
declare class HashTable {
private table;
private hashTable;
insert(str: string): symbol;
find(symbolCode: symbol): string | undefined;
}
export declare const HashTableInstance: HashTable;
export declare function getFunctionName(func: string): string;
export declare function getArrowFunctionName(func: string): string;
export declare function getRequestTagBg(type: string): 16747520 | 6586111 | 16724736 | 10500409 | 27647 | 4873398;
export {};