# craydent.isinvokable

Latest version **1.0.2** (published 2024-09-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install craydent.isinvokable
pnpm add craydent.isinvokable
yarn add craydent.isinvokable
bun add craydent.isinvokable
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2024-09-19 |
| First published | 2024-09-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 8.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Clark Inada |
| Maintainers | craydent |

## Links

- npm: https://www.npmjs.com/package/craydent.isinvokable
- Repository: https://github.com/craydent/Node-Library
- Homepage: https://github.com/craydent/Node-Library/tree/master/modules/typeof
- Issues: https://github.com/craydent/Node-Library/issues
- npm.io page: https://npm.io/package/craydent.isinvokable

## Dependencies (5)

- [craydent.isnull](https://npm.io/package/craydent.isnull.md) 1.0.2
- [craydent.isasync](https://npm.io/package/craydent.isasync.md) 1.0.2
- [craydent.isfunction](https://npm.io/package/craydent.isfunction.md) 1.0.2
- [craydent.isgenerator](https://npm.io/package/craydent.isgenerator.md) 1.0.2
- [craydent.isasyncgenerator](https://npm.io/package/craydent.isasyncgenerator.md) 1.0.2

## Recent versions

- 1.0.2 (latest) — 2024-09-19

## README

<img src="http://craydent.com/JsonObjectEditor/img/svgs/craydent-logo.svg" width=75 height=75/>

# Craydent 1.0.2
**by Clark Inada**

Craydent is all inclusive utility library.  There are several ways to use the library in NodeJS.
More detailed documentation on constants can be found at [Craydent Properties](http://www.craydent.com/JsonObjectEditor/docs.html#/property/CraydentNode).
More detailed documentation on methods can be found at [Craydent Methods](http://www.craydent.com/JsonObjectEditor/docs.html#/method/CraydentNode)


```js
// require - this require is the fully modular version with no global constants, prototypes, or methods.
const isInvokable = require('craydent.isInvokable').default;
```
```ts
// import - this require is the fully modular version with no global constants, prototypes, or methods.
import isInvokable from 'craydent.isInvokable';
```










<a name='markdown-header-isinvokable'></a>
## isInvokable




**Info:** Object class extension to check if object is a function

**Return:** (Bool)

**Parameters:**

>None


**Overloads:**


>None






## Download

 * [GitHub](https://github.com/craydent/node-library/)
 * [BitBucket](https://bitbucket.org/craydent/node-library/)
 * [GitLab](https://gitlab.com/craydent/node-library/)
Craydent is released under the [Dual licensed under the MIT or GPL Version 2 licenses](http://craydent.com/license).<br>

---
_Source: https://npm.io/package/craydent.isinvokable · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
