@thi.ng/strings
Advanced tools
Comparing version 0.3.3 to 0.4.0
{ | ||
"name": "@thi.ng/strings", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "Various string formatting & utility functions", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -26,2 +26,7 @@ import { Stringer } from "./api"; | ||
/** | ||
* 24bit hex conversion preset. | ||
* Assumes unsigned inputs. | ||
*/ | ||
export declare const U24: Stringer<number>; | ||
/** | ||
* 32bit hex conversion preset. | ||
@@ -28,0 +33,0 @@ * Assumes unsigned inputs. |
@@ -35,2 +35,7 @@ "use strict"; | ||
/** | ||
* 24bit hex conversion preset. | ||
* Assumes unsigned inputs. | ||
*/ | ||
exports.U24 = exports.radix(16, 6); | ||
/** | ||
* 32bit hex conversion preset. | ||
@@ -37,0 +42,0 @@ * Assumes unsigned inputs. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28088
416