utilitas 1992.4.52 → 1992.4.53

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
@@ -339,7 +339,7 @@ Works in Node.js and modern browsers.
339
339
  | getFuncParams | Function | func |
340
340
  | getItemFromStringOrArray | Function | any |
341
341
  | getKeyByValue | Function | object, value |
342
- | getRandomIndexInArray | Function | array |
342
+ | getRandomIndexInArray | Function | array, options |
343
343
  | getRandomInt | Function | max |
344
344
  | getRandomItemInArray | Function | array, options |
345
345
  | getShortestInArray | Function | arr |
@@ -373,6 +373,7 @@ Works in Node.js and modern browsers.
373
373
  | parseVersion | Function | verstr |
374
374
  | prettyJson | Function | object, opt |
375
375
  | purgeEmoji | Function | any, replace |
376
+ | randomArray | Function | array |
376
377
  | range | Function | from, to, options |
377
378
  | renderBox | Function | content, options |
378
379
  | renderCode | Function | code, options |