Installation
npm install --save @types/uuid4
Summary
This package contains type definitions for uuid4 (https://github.com/tracker1/node-uuid4).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid4.
index.d.ts
declare function uuid4(): string;
declare namespace uuid4 {
function valid(uuid: string): boolean;
}
export = uuid4;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Brenek Harrison.