guid-typescript
- Version 1.0.9
- Published
- 4.55 kB
- No dependencies
- ISC license
Install
npm i guid-typescriptyarn add guid-typescriptpnpm add guid-typescriptOverview
Guid generator to typescript
Index
Classes
class Guid
class Guid {}property EMPTY
static EMPTY: string;property validator
static validator: RegExp;method create
static create: () => Guid;method createEmpty
static createEmpty: () => Guid;method equals
equals: (other: Guid) => boolean;method isEmpty
isEmpty: () => boolean;method isGuid
static isGuid: (guid: any) => boolean;method parse
static parse: (guid: string) => Guid;method raw
static raw: () => string;method toJSON
toJSON: () => any;method toString
toString: () => string;Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (8)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/guid-typescript.
- Markdown[](https://www.jsdocs.io/package/guid-typescript)
- HTML<a href="https://www.jsdocs.io/package/guid-typescript"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3417 ms. - Missing or incorrect documentation? Open an issue for this package.
