# js-types

> List of JavaScript types

Latest version **4.0.0** (published 2024-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install js-types
pnpm add js-types
yarn add js-types
bun add js-types
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2024-04-30 |
| First published | 2015-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.20 |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 80 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | js, javascript, ecmascript, builtin, types, type, data, list, array, json |

## Links

- npm: https://www.npmjs.com/package/js-types
- Repository: https://github.com/sindresorhus/js-types
- Homepage: https://github.com/sindresorhus/js-types#readme
- Issues: https://github.com/sindresorhus/js-types/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/js-types

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 4.0.0 (latest) — 2024-04-30
- 3.0.0 — 2023-11-04
- 2.1.0 — 2019-04-21
- 2.0.0 — 2018-12-23
- 1.0.0 — 2015-08-17

## README

# js-types

> List of [JavaScript types](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures)

The list is just a [JSON file](js-types.json) and can be used anywhere.

## Install

```sh
npm install js-types
```

## Usage

```js
import jsTypes from 'js-types';

console.log(jsTypes);
//=> ['Array', 'ArrayBuffer', 'Boolean', …]
```

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