# jistype

> yet another istype detect library using `Object.prototype.toStirng` to get type.

Latest version **0.1.0** (published 2014-08-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install jistype
pnpm add jistype
yarn add jistype
bun add jistype
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2014-08-15 |
| First published | 2014-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Treri |
| Maintainers | jeremial, treri |
| Keywords | istype |

## Links

- npm: https://www.npmjs.com/package/jistype
- Repository: https://github.com/Treri/jistype
- Issues: https://github.com/Treri/jistype/issues
- npm.io page: https://npm.io/package/jistype

## Dependencies (1)

- [coffee-script](https://npm.io/package/coffee-script.md) ^1.7.1

## Recent versions

- 0.1.0 (latest) — 2014-08-15
- 0.0.4 — 2014-04-03
- 0.0.3 — 2014-03-27
- 0.0.2 — 2014-03-27
- 0.0.1 — 2014-03-27

## README

## jistype

yet another istype detect library using `Object.prototype.toStirng.call` to get type.

### methods
- isString
- isArray
- isRegExp
- isNumber
- isObject
- isFunction
- isBoolean
- isUndefined
- isNull
- isDate
- isGlobal
- isError
- isBuffer
- isNullOrUndefined
- isNaN
- isPrimitive
- isGenerator
- isGeneratorFunction
- isPromise
- type

### License
MIT

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