UNPKG

@nymphjs/guid

Version:

Nymph.js - GUID and Unique Code Generators

6 lines (5 loc) 250 B
import { nanoid, customAlphabet } from 'nanoid'; export declare function guid(): string; export declare const makeTableSuffix: (size?: number) => string; export declare const humanSecret: (size?: number) => string; export { nanoid, customAlphabet };