utilitas 1992.4.21 → 1992.4.22

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
@@ -299,6 +299,7 @@ Works in Node.js and modern browsers.
299
299
  | ensureArray | Function | any |
300
300
  | ensureDate | Function | dt, options |
301
301
  | ensureInt | Function | any, options |
302
+ | ensureLines | Function | any, op |
302
303
  | ensureString | Function | str, options |
303
304
  | exclude | Function | obj, keys |
304
305
  | extError | Function | err, status, opt |
@@ -329,6 +330,7 @@ Works in Node.js and modern browsers.
329
330
  | isSet | Function | o, strict |
330
331
  | isUndefined | Function | any |
331
332
  | lineSplit | Function | string, options |
333
+ | locate | AsyncFunction | rootPack |
332
334
  | log | Function | content, filename, options |
333
335
  | makeStringByLength | Function | string, length |
334
336
  | mapKeys | Function | any, map, strict, path |