UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

4 lines (3 loc) 127 B
export type Uuid = string; export declare const isUuid: (id?: unknown) => id is Uuid; export declare const toUuid: () => Uuid;