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

0.0.3 • Public • Published

Installation

npm install --save @types/uuid-readable

Summary

This package contains type definitions for uuid-readable (https://github.com/Debdut/uuid-readable#readme).

Details

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

index.d.ts

declare function check(readable: string, uuid: string): boolean;
declare function generate(uuid?: string): string;
declare function inverse(readable: string): string;
declare function short(uuid: string): string;

export { check, generate, inverse, short };

Additional Details

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

Credits

These definitions were written by Florian Imdahl.

/@types/uuid-readable/

    Package Sidebar

    Install

    npm i @types/uuid-readable

    Weekly Downloads

    86

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    3.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • types