UNPKG

@types/guid

Version:
35 lines (23 loc) 822 B
# Installation > `npm install --save @types/guid` # Summary This package contains type definitions for guid (https://github.com/dandean/guid). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/guid. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/guid/index.d.ts) ````ts export = guid; declare function guid(guid: object): object; declare namespace guid { const EMPTY: string; const prototype: {}; function create(): object; function isGuid(value: string): boolean; function raw(): string; } ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Marc-Andre Roy](https://github.com/maroy1986).