2.0.3 • Published 6 months ago

@types/uuid4 v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for uuid4 2.0
// Project: https://github.com/tracker1/node-uuid4
// Definitions by: Brenek Harrison <https://github.com/BrenekH>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function uuid4(): string;

declare namespace uuid4 {
	function valid(uuid: string): boolean;
}

export = uuid4;

Additional Details

  • Last updated: Fri, 01 Oct 2021 21:01:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Brenek Harrison.

2.0.3

6 months ago

2.0.2

7 months ago

2.0.1

8 months ago

2.0.0

3 years ago