Skip to content

TimeUuidOptions

Defined in: src/uuid/options.ts:15

Options for the time-based versions.

optional engine?: 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.

UuidOptions.engine


optional now?: number

Defined in: src/uuid/options.ts:17

Fix the timestamp, in milliseconds since the Unix epoch. For tests.