An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/js-types

List of JavaScript types
https://github.com/sindresorhus/js-types

builtins javascript npm-package types

Last synced: about 1 year ago
JSON representation

List of JavaScript types

Awesome Lists containing this project

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', …]
```