@jbrowse/core
Version:
JBrowse 2 core libraries used by plugins
6 lines (5 loc) • 383 B
TypeScript
export const urlAlphabet: "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
export function random(bytes: any): Uint8Array<any>;
export function customRandom(alphabet: any, defaultSize: any, getRandom: any): (size?: any) => string;
export function customAlphabet(alphabet: any, size?: number): (size?: any) => string;
export function nanoid(size?: number): string;