We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lodash
es-toolkit/compat
es-toolkit/compat is a compatibility layer designed to help you transition from lodash to es-toolkit. It aims for 100% compatibility with lodash.
es-toolkit
See our compatibility docs.
We need your help to move test cases from lodash to es-toolkit. Here's how you can contribute:
lodashStable.map(arr, fn)
arr.map(fn)
vitest ./src/compat/**/*
The text was updated successfully, but these errors were encountered:
vitest compat/**/*
docs/compatibility.md
docs/ko/compatibility.md
docs/zh_hans/compatibility.md
Sorry, something went wrong.
No branches or pull requests
What is es-toolkit/compat?
es-toolkit/compat
is a compatibility layer designed to help you transition fromlodash
toes-toolkit
. It aims for 100% compatibility with lodash.See our compatibility docs.
Moving test cases from lodash
We need your help to move test cases from lodash to es-toolkit. Here's how you can contribute:
lodashStable.map(arr, fn)
toarr.map(fn)
.vitest ./src/compat/**/*
.The text was updated successfully, but these errors were encountered: