@lodash-modularized/isfunction
v1.0.0
Published
A drop-in replacement for `lodash.isfunction`, backed by the main `lodash` package.
Readme
@lodash-modularized/isfunction
A drop-in replacement for lodash.isfunction, backed by the main lodash package.
Usage
const fn = require("@lodash-modularized/isfunction")Why?
The original lodash.isfunction package is not actively maintained.
This version always pulls from the up-to-date lodash.
Override
{
"overrides": {
"lodash.isfunction": "npm:@lodash-modularized/isfunction"
}
}See the main repository for more information.
License
MIT
