UNPKG

@allgemein/eventbus

Version:
11 lines (10 loc) 340 B
export declare class CryptUtils { static bitwise(str: string): number; private static binaryTransfer; /** * why choose 61 binary, because we need the last element char to replace the minus sign * eg: -aGtzd will be ZaGtzd */ static shorthash(text: string): string; static random(_len?: number): string; }