utilitas 1992.4.24 → 1992.4.26

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
@@ -315,6 +315,7 @@ Works in Node.js and modern browsers.
315
315
  | ensureInt | Function | any, options |
316
316
  | ensureLines | Function | any, op |
317
317
  | ensureString | Function | str, options |
318
+ | escapeHtml | Function | |
318
319
  | exclude | Function | obj, keys |
319
320
  | extError | Function | err, status, opt |
320
321
  | extract | Function | ...path |
@@ -361,6 +362,7 @@ Works in Node.js and modern browsers.
361
362
  | range | Function | from, to, options |
362
363
  | renderBox | Function | content, options |
363
364
  | renderCode | Function | code, options |
365
+ | renderObject | Function | obj, options |
364
366
  | renderText | Function | text, options |
365
367
  | resolve | AsyncFunction | resp |
366
368
  | rotate | Function | any, step, opts |