feat: add pick, omit, pickBy, and omitBy functions #119
Annotations
2 errors and 1 warning
Run test cases:
tests/collection.spec.ts#L388
AssertionError: expected { d: null } to deeply equal {}
- Expected
+ Received
- Object {}
+ Object {
+ "d": null,
+ }
❯ tests/collection.spec.ts:388:20
|
Run test cases
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading