UNPKG

js-uploader

Version:
6 lines (5 loc) 443 B
export declare const urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"; export declare const random: (bytes: any) => Uint8Array; export declare const customRandom: (alphabet: string, defaultSize: number, getRandom: Function) => (size?: number) => string; export declare const customAlphabet: (alphabet: string, size?: number) => (size?: number) => string; export declare const nanoid: (size?: number) => string;