keep-func-props
Advanced tools
Comparing version 2.0.1 to 3.0.0
This directory contains examples of this library. | ||
To execute them, first [install](../README.md#install) `keep-func-props`. Then | ||
run `node node_modules/keep-func-props/examples/FILE.js`. | ||
run `node node_modules/keep-func-props/examples/main.js`. | ||
You can edit the examples. | ||
You can edit the example. | ||
They can also be run directly | ||
[in your browser](https://repl.it/@ehmicky/keep-func-props). | ||
## Examples | ||
- [main usage](main.js) |
{ | ||
"name": "keep-func-props", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"main": "build/src/main.js", | ||
@@ -45,11 +45,11 @@ "files": [ | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^0.30.48", | ||
"@ehmicky/dev-tasks": "^0.30.71", | ||
"ava": "^2.4.0", | ||
"gulp": "^4.0.2", | ||
"husky": "^3.0.9", | ||
"sinon": "^7.4.2" | ||
"husky": "^3.1.0", | ||
"sinon": "^7.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.12.0" | ||
"node": ">=10.17.0" | ||
} | ||
} |
@@ -83,4 +83,4 @@ <img src="https://raw.githubusercontent.com/ehmicky/design/master/keep-func-props/keep-func-props.svg?sanitize=true" width="700"/> | ||
`wrapper`: `(anyFunction, [...args]) => newFunction`<br> _Returns_: new | ||
`wrapper` | ||
`wrapper`: `(anyFunction, [...args]) => newFunction`\ | ||
_Returns_: new `wrapper` | ||
@@ -87,0 +87,0 @@ A function `wrapper` is passed as argument. A copy of it is returned. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21924