utilitas 1992.2.2 → 1992.2.5
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 +10 -0
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/index.mjs +2 -1
- package/lib/bot.mjs +32 -8
- package/lib/hal.mjs +61 -0
- package/lib/manifest.mjs +2 -1
- package/lib/utilitas.mjs +26 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -126,6 +126,14 @@ Works in Node.js and modern browsers.
|
|
|
126
126
|
| load | AsyncFunction | module, options |
|
|
127
127
|
| loop | AsyncFunction | func, interval, tout, delay, name, options |
|
|
128
128
|
|
|
129
|
+
### [hal](./lib/hal.mjs)
|
|
130
|
+
|
|
131
|
+
| symbol | type | params / value |
|
|
132
|
+
| :--- | :--- | :--- |
|
|
133
|
+
| _NEED | Array | @waylaidwanderer/chatgpt-api |
|
|
134
|
+
| default | AsyncFunction | options |
|
|
135
|
+
| init | AsyncFunction | options |
|
|
136
|
+
|
|
129
137
|
### [horizon](./lib/horizon.mjs)
|
|
130
138
|
|
|
131
139
|
| symbol | type | params / value |
|
|
@@ -304,6 +312,7 @@ Works in Node.js and modern browsers.
|
|
|
304
312
|
| isNull | Function | object |
|
|
305
313
|
| isSet | Function | o, strict |
|
|
306
314
|
| isUndefined | Function | any |
|
|
315
|
+
| lineSplit | Function | string, options |
|
|
307
316
|
| log | Function | content, filename, options |
|
|
308
317
|
| makeStringByLength | Function | string, length |
|
|
309
318
|
| mapKeys | Function | any, map, strict, path |
|
|
@@ -319,6 +328,7 @@ Works in Node.js and modern browsers.
|
|
|
319
328
|
| purgeEmoji | Function | any, replace |
|
|
320
329
|
| range | Function | from, to, options |
|
|
321
330
|
| renderCode | Function | code, options |
|
|
331
|
+
| renderText | Function | text, options |
|
|
322
332
|
| resolve | AsyncFunction | resp |
|
|
323
333
|
| rotate | Function | any, step, opts |
|
|
324
334
|
| shiftTime | Function | dif, base |
|