mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Compare an object's function with === to the native version before calling it. That is, don't just assume that because an object has a 'filter' property thats a function, that we should call that in _.filter(). Expose the native methods found as _.native On the way towards being able to turn off native implementations, though there are tradeoffs...
25 KiB
25 KiB