utilitas 2001.1.100 → 2001.1.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/manifest.mjs +1 -1
- package/lib/utilitas.mjs +18 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -541,6 +541,7 @@ Works in Node.js and modern browsers.
|
|
|
541
541
|
| lastItem | Function | array |
|
|
542
542
|
| lineSplit | Function | string, options |
|
|
543
543
|
| locate | AsyncFunction | rootPack |
|
|
544
|
+
| lock | AsyncFunction | key, options |
|
|
544
545
|
| log | Function | content, filename, options |
|
|
545
546
|
| makeStringByLength | Function | string, length |
|
|
546
547
|
| mapKeys | Function | any, map, strict, path |
|
|
@@ -574,6 +575,7 @@ Works in Node.js and modern browsers.
|
|
|
574
575
|
| trim | Function | str, opts |
|
|
575
576
|
| tryUntil | AsyncFunction | fnTry, options |
|
|
576
577
|
| uniqueArray | Function | array |
|
|
578
|
+
| unlock | Function | key |
|
|
577
579
|
| uptime | Function | |
|
|
578
580
|
| verifyEmail | Function | any |
|
|
579
581
|
| verifyPhone | Function | phone |
|