veloze
Version:
A modern and fast express-like webserver for the web
8 lines (7 loc) • 313 B
TypeScript
export const DIGITS: "0123456789";
export const HEX: string;
export const LOWERCASE: "abcdefghijklmnopqrstuvwxyz";
export const UPPERCASE: string;
export const DASHES: "_-";
export function nanoid(length?: number, alphabet?: string): string;
export function random64(length?: number, noDashes?: boolean): string;