UNPKG

@tdb/util

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