utilitas 1992.3.9 → 1992.3.11

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
@@ -282,7 +282,7 @@ Works in Node.js and modern browsers.
282
282
  | convertBase | Function | ipt, from, to |
283
283
  | convertFrom16to10 | Function | ipt |
284
284
  | distill | Function | any, strict |
285
- | ensureArray | Function | |
285
+ | ensureArray | Function | any |
286
286
  | ensureDate | Function | dt, options |
287
287
  | ensureInt | Function | any, options |
288
288
  | ensureString | Function | str, options |
@@ -306,6 +306,7 @@ Works in Node.js and modern browsers.
306
306
  | ignoreErrFunc | AsyncFunction | func, options |
307
307
  | inBrowser | Function | |
308
308
  | insensitiveCompare | Function | strA, strB, options |
309
+ | insensitiveHas | Function | list, srt, options |
309
310
  | is | Function | type, any |
310
311
  | isAscii | Function | str |
311
312
  | isModule | Function | module |