UNPKG

@tdb/util

Version:
6 lines (4 loc) 89 B
import * as cuid from 'cuid'; export function generate() { return cuid() as string; }