UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

5 lines (4 loc) 192 B
export type Uuid = string; export declare const toUuid: () => Uuid; export declare const isUuid: (id?: unknown) => id is Uuid; export declare const includesUuid: (value?: unknown) => boolean;