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

0.0.2 • Public • Published

Installation

npm install --save @types/uid2

Summary

This package contains type definitions for uid2 (https://github.com/coreh/uid2).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uid2.

index.d.ts

declare function uid2(length: number): string;
declare function uid2(length: number, callback: (err: Error | null, result?: string) => void): void;

export = uid2;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Levi Bostian.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/uid2

      Weekly Downloads

      1,824

      Version

      0.0.2

      License

      MIT

      Unpacked Size

      2.82 kB

      Total Files

      5

      Last publish

      Collaborators

      • types