1.1.2 • Published 6 months ago

@types/uuid-to-hex v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for uuid-to-hex 1.1
// Project: https://github.com/DeRain/uuid-to-hex
// Definitions by: Pedro Queiroz <https://github.com/pmqueiroz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * 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: Wed, 06 Oct 2021 18:31:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Pedro Queiroz.