You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
refactor: Removed dependency on lodash.isNumber (optimizely#407)
Summary
To reduce package size, we are trying to gradually get rid of lodash library. This PR replaces isNumber function with simple implementation.
Test plan:
Added unit tests
0 commit comments