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

1.0.3 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/guid

Weekly Downloads

1,990

Version

1.0.3

License

MIT

Unpacked Size

2.99 kB

Total Files

5

Last publish

Collaborators

  • types