@types/uuid4
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/uuid4

Weekly Downloads

12,325

Version

2.0.3

License

MIT

Unpacked Size

2.75 kB

Total Files

5

Last publish

Collaborators

  • types