uuid overview

Service to handle a UUID generation.

Added in v2.0.0


Table of contents


capabilities

UuisSvc (interface)

Signature

export interface UuisSvc {
  uuid: Uuid;
}

Added in v2.0.0

instances

uuid

Live instance of Uuid service.

Signature

export declare const uuid: () => Uuid;

Added in v2.0.0

model

Uuid (interface)

Defines the Uuid service capabilities.

Signature

export interface Uuid {
  v4: IO<string>;
}

Added in v2.0.0