mirror of
https://github.com/actions/labeler
synced 2026-05-09 07:51:03 +02:00
build
This commit is contained in:
9
node_modules/is-callable/README.md
generated
vendored
9
node_modules/is-callable/README.md
generated
vendored
@@ -39,7 +39,16 @@ assert.ok(isCallable(function* () {}));
|
||||
assert.ok(isCallable(x => x * x));
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
Install with
|
||||
|
||||
```
|
||||
npm install is-callable
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Simply clone the repo, `npm install`, and run `npm test`
|
||||
|
||||
[1]: https://npmjs.org/package/is-callable
|
||||
|
||||
Reference in New Issue
Block a user