es-toolkit/docs/reference
ynnsuis / 장윤수 65a65ea24d
feat(random): Adds a function that generates a random floating-point number between the minimum and maximum. (#53)
* feat(random): Add generating a random floating-point number between min and max

* test(random) : Add tests for random function

* feat : Add random function to math module

* test : Add benchmark for random function

* refactor : Change the words min, max to minimum, maximum

* docs(random) : Add docs about random function

* docs(random): Add docs about random function

* docs(random): Fix documentation typos

* docs(random): Fix documentation typos

* docs(random): Fix spacing

* docs(random): Fix spacing

* docs(random): Update interface heading

* docs(random): Update interface heading

* fix(random): Validate input parameters and throw error for invalid ranges

* test(random) : Update tests for new input validation logic

* docs(random) : Update documentation for new input validation logic
2024-06-15 15:20:54 +09:00
..
array docs: Add docs for uniqBy and uniqWith 2024-06-13 22:20:12 +09:00
function feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45) 2024-06-14 08:04:05 +09:00
math feat(random): Adds a function that generates a random floating-point number between the minimum and maximum. (#53) 2024-06-15 15:20:54 +09:00
object fix(pick, omit): Restrict the type of arguments in object utils (#35) 2024-06-12 15:22:16 +09:00
predicate style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
promise feat(delay): Support AbortSignal to delay for improved cancellation (#52) 2024-06-15 15:20:42 +09:00