utilitas 1993.2.5 → 1993.2.7

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 CHANGED
@@ -233,6 +233,8 @@ Works in Node.js and modern browsers.
233
233
  | get | AsyncFunction | url, options |
234
234
  | getCurrentIp | AsyncFunction | options |
235
235
  | getCurrentPosition | AsyncFunction | |
236
+ | getJson | AsyncFunction | u, o |
237
+ | getParsedHtml | AsyncFunction | u, o |
236
238
  | getVersionOnNpm | AsyncFunction | packName |
237
239
 
238
240
  ### [sms](./lib/sms.mjs)
@@ -427,3 +429,17 @@ Works in Node.js and modern browsers.
427
429
  | verifyUrl | Function | url |
428
430
  | verifyUuid | Function | uuid |
429
431
  | which | AsyncFunction | any |
432
+
433
+ ### [web](./lib/web.mjs)
434
+
435
+ | symbol | type | params / value |
436
+ | :--- | :--- | :--- |
437
+ | _NEED | Array | @mozilla/readability,jsdom,youtube-transcript |
438
+ | assertYoutubeUrl | Function | |
439
+ | distill | AsyncFunction | |
440
+ | distillHtml | AsyncFunction | html, options |
441
+ | distillPage | AsyncFunction | url, op |
442
+ | distillYoutube | AsyncFunction | url |
443
+ | getYoutubeMetadata | AsyncFunction | url |
444
+ | getYoutubeTranscript | AsyncFunction | url |
445
+ | isYoutubeUrl | Function | |