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

1.1.2 • Public • Published

Installation

npm install --save @types/uuid-to-hex

Summary

This package contains type definitions for uuid-to-hex (https://github.com/DeRain/uuid-to-hex).

Details

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

index.d.ts

/**
 * Convert UUID string to hex string.
 * @param uuidString The input uuid.
 * @param addLeadingZero Identifies if you want the leading zero on return.
 */
declare function uuidToHex(uuidString: string, addLeadingZero?: boolean): string;
export = uuidToHex;

Additional Details

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

Credits

These definitions were written by Pedro Queiroz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/uuid-to-hex

Weekly Downloads

263

Version

1.1.2

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types