# @jetvil/types

> ✅ Type validation for ES6+ and Typescript projects

Latest version **0.1.9** (published 2022-10-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install @jetvil/types
pnpm add @jetvil/types
yarn add @jetvil/types
bun add @jetvil/types
```

## Health

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

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

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.9 |
| Published | 2022-10-26 |
| First published | 2022-09-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=16.17.0 |
| Dependencies | 0 |
| Unpacked size | 24.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Maintainers | m10rten |
| Keywords | types, jetvil, typescript, es6, nodejs, validation, string, number, boolean, array, object, function, date, regexp, null, undefined, validate |

## Links

- npm: https://www.npmjs.com/package/@jetvil/types
- Repository: https://github.com/jetvil/types
- Homepage: https://github.com/jetvil/types#readme
- Issues: https://github.com/jetvil/types/issues
- npm.io page: https://npm.io/package/@jetvil/types

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.1.9 (latest) — 2022-10-26
- 0.1.8 — 2022-09-25
- 0.1.7 — 2022-09-24
- 0.1.6 — 2022-09-24
- 0.1.5 — 2022-09-18
- 0.1.4 — 2022-09-18
- 0.1.3 — 2022-09-18
- 0.1.2 — 2022-09-18
- 0.1.1 — 2022-09-18
- 0.1.0 — 2022-09-18

## README

# @jetvil/types

[![Bundle size](https://img.shields.io/bundlephobia/min/@jetvil/types/latest?label=Bundle%20Size&style=for-the-badge)](https://bundlephobia.com/package/@jetvil/types@latest)
[![Version](https://img.shields.io/npm/v/@jetvil/types?style=for-the-badge&color=cb3837&logo=npm)](https://www.npmjs.com/package/@jetvil/types)&nbsp;
![Downloads](https://img.shields.io/npm/dt/@jetvil/types?style=for-the-badge)&nbsp;
[![GitHub](https://img.shields.io/github/license/jetvil/types?style=for-the-badge)](https://github.com/jetvil/types/blob/main/LICENSE)&nbsp;
[![GitHub Repo stars](https://img.shields.io/github/stars/jetvil/types?color=E9E9E9&logo=Github&style=for-the-badge)](https://www.github.com/jetvil/types)&nbsp;
[![GitHub issues](https://img.shields.io/github/issues-raw/jetvil/types?label=issues&style=for-the-badge)](https://github.com/jetvil/types/issues)&nbsp;

✅ Type validation for ES6+ and Typescript projects.

# Features

- 🚀 **Easy to use**: Easy to install in your project.
- ✅ **ES6+ && TS**: TypeScript and ES6+ support(JS).
- 📦 **No dependencies**: You don't depend on anything else.
- 💵 **Free**: It's free and always will be, the beauty of open source.

## Getting Started

### Installation

To use this package, **install** using `npm`, `yarn` or `pnpm`📥:

```bash
# npm
npm install @jetvil/types
# yarn
yarn add @jetvil/types
# pnpm
pnpm install @jetvil/types
```

### Usage

```js
import { isTruthy } from "@jetvil/types";

isTruthy(""); // false
isTruthy(0); // false
```

## Documentation

For more information, see the [documentation](https://github.com/jetvil/types#readme).

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