utilitas 1999.1.64 → 1999.1.65
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/alan.mjs +35 -7
- package/lib/manifest.mjs +1 -1
- package/lib/storage.mjs +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -411,6 +411,7 @@ Works in Node.js and modern browsers.
|
|
|
411
411
|
| encodeBase64DataURL | AsyncFunction | mime, buffer |
|
|
412
412
|
| exists | AsyncFunction | filename |
|
|
413
413
|
| existsOnCloud | AsyncFunction | destination, options |
|
|
414
|
+
| formatDataURL | Function | mt, b64 |
|
|
414
415
|
| getConfig | AsyncFunction | options |
|
|
415
416
|
| getConfigFilename | AsyncFunction | options |
|
|
416
417
|
| getGcUrlByBucket | Function | bucke |
|