UNPKG

nestjs-uuid

Version:
6 lines (5 loc) 257 B
import { UuidService as UuidServiceContract, UuidServiceOptions } from '../contracts/uuid.service'; export declare class UuidService implements UuidServiceContract { generate(options?: UuidServiceOptions): string; validate(uuid: string): boolean; }