humanId(
args
: {capitalize?
:boolean
;lix
:Lix
;separator?
:string
; }):Promise
<string
>
Generate a human-readable ID.
Deterministic in deterministic mode; otherwise selects from a curated random vocabulary.
Parameter | Type |
---|---|
args | { capitalize? : boolean ; lix : Lix ; separator? : string ; } |
args.capitalize? | boolean |
args.lix | Lix |
args.separator? | string |
Promise
<string
>