utilitas 1995.2.85 → 1995.2.87
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 +1 -0
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/manifest.mjs +5 -5
- package/lib/utilitas.mjs +19 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -473,6 +473,7 @@ Works in Node.js and modern browsers.
|
|
|
473
473
|
| analyzeModule | Function | obj |
|
|
474
474
|
| arrayEqual | Function | arrA, arrB |
|
|
475
475
|
| assembleApiUrl | Function | hst, path, args |
|
|
476
|
+
| assembleBuffer | Function | |
|
|
476
477
|
| assembleUrl | Function | url, componens |
|
|
477
478
|
| assertArray | Function | arr, message, status, opts |
|
|
478
479
|
| assertBuffer | Function | buffer, message, status, options |
|