@thi.ng/strings
Advanced tools
Comparing version 3.7.19 to 3.7.20
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-02T14:05:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "3.7.19", | ||
"version": "3.7.20", | ||
"description": "Various string formatting & utility functions", | ||
@@ -41,3 +41,3 @@ "type": "module", | ||
"@thi.ng/hex": "^2.3.38", | ||
"@thi.ng/memoize": "^3.1.61" | ||
"@thi.ng/memoize": "^3.1.62" | ||
}, | ||
@@ -207,3 +207,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n" | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
} |
@@ -182,2 +182,4 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```ts | ||
import { defFormat, float, percent } from "@thi.ng/strings"; | ||
// create a custom string formatter | ||
@@ -184,0 +186,0 @@ const fmt = defFormat([ |
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
97364
220
Updated@thi.ng/memoize@^3.1.62