# util-type-funcs

> type test and conversion related functions

Latest version **0.2.12** (published 2020-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install util-type-funcs
pnpm add util-type-funcs
yarn add util-type-funcs
bun add util-type-funcs
```

## 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.2.12 |
| Published | 2020-04-05 |
| First published | 2018-05-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 10 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Vladimir Schneider |
| Maintainers | vsch |
| Keywords | type tests, type conversion |

## Links

- npm: https://www.npmjs.com/package/util-type-funcs
- Repository: https://github.com/vsch/util-type-funcs
- Issues: https://github.com/vsch/util-type-funcs/issues
- npm.io page: https://npm.io/package/util-type-funcs

## Dependencies (2)

- [lodash.isstring](https://npm.io/package/lodash.isstring.md) ^4.0.1
- [lodash.isfunction](https://npm.io/package/lodash.isfunction.md) ^3.0.9

## Recent versions

- 0.2.12 (latest) — 2020-04-05
- 0.2.10 — 2019-07-11
- 0.2.8 — 2019-03-05
- 0.2.6 — 2019-03-05
- 0.2.4 — 2018-05-15
- 0.2.2 — 2018-05-13
- 0.2.1 — 2018-05-13
- 0.2.0 — 2018-05-09
- 0.1.0 — 2018-05-09

## README

# util-type-funcs

[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges)

Small utility library implementing type related tests and conversions

defines:

* `` -

## Install

Use [npm](https://npmjs.com/) to install.

```sh
npm install util-type-funcs --save
```

## Usage

[![NPM](https://nodei.co/npm/util-type-funcs.png)](https://www.npmjs.com/package/util-type-funcs)

## License

MIT, see [LICENSE.md](https://github.com/vsch/util-type-funcs/raw/master/LICENSE.md) for
details.

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