@types/uuid-js
TypeScript definitions for uuid-js
Last updated 7 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/uuid-js 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/uuid-js

Summary

This package contains type definitions for uuid-js (https://github.com/pnegri/uuid-js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid-js.

index.d.ts

// Type definitions for uuid-js 0.7
// Project: https://github.com/pnegri/uuid-js
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = uuid;
declare class uuid {
    equals(uuid: uuid): boolean;
    fromParts(timeLow: any, timeMid: any, timeHiAndVersion: any, clockSeqHiAndReserved: any, clockSeqLow: any, node: any): uuid;
    toBytes(): any[];
    toString(): string;
    toURN(): string;
    static create(version?: number): uuid;
    static firstFromTime(time: number): uuid;
    static fromBinary(binary: any): uuid;
    static fromBytes(ints: number[]): uuid;
    static fromTime(time: number, last?: boolean): uuid;
    static fromURN(strId: any): uuid;
    static getTimeFieldValues(time: any): any;
    static lastFromTime(time: any): uuid;
    static limitUI04: number;
    static limitUI06: number;
    static limitUI08: number;
    static limitUI12: number;
    static limitUI14: number;
    static limitUI16: number;
    static limitUI32: number;
    static limitUI40: number;
    static limitUI48: number;
    static maxFromBits(bits: number): uuid;
    static newTS(): uuid;
    static paddedString(string: any, length: any, z: any): uuid;
    static randomUI04(): uuid;
    static randomUI06(): uuid;
    static randomUI08(): uuid;
    static randomUI12(): uuid;
    static randomUI14(): uuid;
    static randomUI16(): uuid;
    static randomUI32(): uuid;
    static randomUI40(): uuid;
    static randomUI48(): uuid;
}

Additional Details

  • Last updated: Thu, 16 Dec 2021 22:32:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Mohamed Hegazy.

Current Tags

  • 0.7.3                                ...           latest (4 years ago)
  • 0.7.2                                ...           ts2.0 (7 years ago)
  • 0.7.2                                ...           ts2.1 (7 years ago)
  • 0.7.2                                ...           ts2.2 (7 years ago)
  • 0.7.2                                ...           ts2.3 (7 years ago)
  • 0.7.2                                ...           ts2.4 (7 years ago)
  • 0.7.2                                ...           ts2.5 (7 years ago)
  • 0.7.2                                ...           ts2.6 (7 years ago)
  • 0.7.2                                ...           ts2.7 (7 years ago)
  • 0.7.2                                ...           ts2.8 (7 years ago)
  • 0.7.2                                ...           ts2.9 (7 years ago)
  • 0.7.2                                ...           ts3.0 (7 years ago)
  • 0.7.2                                ...           ts3.1 (7 years ago)
  • 0.7.2                                ...           ts3.2 (7 years ago)
  • 0.7.2                                ...           ts3.3 (7 years ago)
  • 0.7.2                                ...           ts3.4 (7 years ago)
  • 0.7.2                                ...           ts3.5 (7 years ago)
  • 0.7.2                                ...           ts3.6 (7 years ago)
  • 0.7.2                                ...           ts3.7 (7 years ago)
  • 0.7.3                                ...           ts3.8 (4 years ago)
  • 0.7.3                                ...           ts3.9 (4 years ago)
  • 0.7.3                                ...           ts4.0 (4 years ago)
  • 0.7.3                                ...           ts4.1 (4 years ago)
  • 0.7.3                                ...           ts4.2 (4 years ago)
  • 0.7.3                                ...           ts4.3 (4 years ago)
  • 0.7.3                                ...           ts4.4 (4 years ago)
  • 0.7.3                                ...           ts4.5 (4 years ago)
  • 0.7.3                                ...           ts4.6 (4 years ago)

4 Versions

  • 0.7.3                                ...           4 years ago
  • 0.7.2                                ...           7 years ago
  • 0.7.1                                ...           9 years ago
  • 0.7.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |