UNPKG

short-animal-id

Version:

Generates short ids with animal name prefixes

4 lines (3 loc) 173 B
export function animalId(): string; export function numericId(length?: number): string; export function alphanumericId(length?: number, includeUppercase?: boolean): string;