0.7.6 • Published 6 months ago

@types/uuid-js v0.7.6

Weekly downloads
15,181
License
MIT
Repository
github
Last release
6 months ago

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.

0.7.6

6 months ago

0.7.5

7 months ago

0.7.4

8 months ago

0.7.3

2 years ago

0.7.2

5 years ago

0.7.1

7 years ago

0.7.0

7 years ago