TimeUuidOptions
Defined in: src/uuid/options.ts:15
Options for the time-based versions.
Extends
Section titled “Extends”Properties
Section titled “Properties”engine?
Section titled “engine?”
optionalengine?:EngineLike
Defined in: src/uuid/options.ts:11
Draw from this engine instead of the platform CSPRNG. Identifiers default to the CSPRNG; pass an engine only to make a test deterministic.
Inherited from
Section titled “Inherited from”
optionalnow?:number
Defined in: src/uuid/options.ts:17
Fix the timestamp, in milliseconds since the Unix epoch. For tests.