Tags: neefrehman/remeda
Tags
fix(values): Update types to be more permissive (remeda#387) * fix(values): Update types to be more permissive * Update to better types * Add tests * Add more tests * Fix typo * chore: fix eslint --------- Co-authored-by: Dominik Dorfmeister <[email protected]>
feat(hasAtLeast): narrow non-empty arrays by length (remeda#382) * everything * type-fest is esm * dont export type * handle simple numbers
feat(types): isEmpty accept undefined for strings (remeda#377) * allow undefined * more testing
fix(docs): remove gh-pages docs deployment (remeda#365) * do it * heh
fix(mapValues): support numerical index keys (remeda#358) * add type tests for mapValues keys * improve mapValues types * Update src/_types.ts Co-authored-by: Eran Hirsch <[email protected]> * add mapValues key tests * update mapValues key tests * remove extra import --------- Co-authored-by: Eran Hirsch <[email protected]>
fix(dropLast): Handle non-positive lengths (remeda#352) * improve tests for drop/dropLast * fix unexpected `dropLast` behavior with negative `n` and NaN
feat: invert function (remeda#322) * Add invert function * Update the documentation Split the data-first and data-last signatures apart, and put the example in the correct places. * Refine the invert types * Refine the types based on PR feedback * Incorporate @eranhirsch's feedback
fix(prop): strict key names (remeda#340) * fix * better * remove test
PreviousNext