@types/guid
Version:
TypeScript definitions for guid
35 lines (23 loc) • 822 B
Markdown
> `npm install --save @types/guid`
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;
}
````
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
These definitions were written by [Marc-Andre Roy](https://github.com/maroy1986).