utilitas 1995.0.36 → 1995.0.39
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 +3 -0
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/manifest.mjs +1 -1
- package/lib/storage.mjs +31 -4
- package/lib/utilitas.mjs +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -323,9 +323,11 @@ Works in Node.js and modern browsers.
|
|
|
323
323
|
| sliceFile | AsyncFunction | any, options |
|
|
324
324
|
| touchPath | AsyncFunction | path, options |
|
|
325
325
|
| tryRm | AsyncFunction | path, options |
|
|
326
|
+
| unzip | AsyncFunction | any, options |
|
|
326
327
|
| writeFile | AsyncFunction | filename, data, options |
|
|
327
328
|
| writeJson | AsyncFunction | filename, data, options |
|
|
328
329
|
| writeTempFile | AsyncFunction | data, options |
|
|
330
|
+
| zip | AsyncFunction | any, options |
|
|
329
331
|
|
|
330
332
|
### [style](./lib/style.cjs)
|
|
331
333
|
|
|
@@ -370,6 +372,7 @@ Works in Node.js and modern browsers.
|
|
|
370
372
|
| assembleApiUrl | Function | hst, path, args |
|
|
371
373
|
| assembleUrl | Function | url, componens |
|
|
372
374
|
| assertArray | Function | arr, message, status, opts |
|
|
375
|
+
| assertBuffer | Function | buffer, message, status, options |
|
|
373
376
|
| assertDate | Function | time, message, status, options |
|
|
374
377
|
| assertEmail | Function | email, message, status, options |
|
|
375
378
|
| assertFunction | Function | fn, message, status, opts |
|