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

1.1.2 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

/**
 * Convert HEX string to UUID string.
 * @param hexString The input hex.
 */
declare function hexToUuid(hexString: string): string;
export = hexToUuid;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Pedro Queiroz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/hex-to-uuid

Weekly Downloads

4,389

Version

1.1.2

License

MIT

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • types