1.1.2 • Published 6 months ago

@types/hex-to-uuid v1.1.2

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

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

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

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

Additional Details

  • Last updated: Wed, 06 Oct 2021 18:01:17 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Pedro Queiroz.

1.1.1

7 months ago

1.1.2

6 months ago

1.1.0

3 years ago