# js-types [![Build Status](https://travis-ci.org/sindresorhus/js-types.svg?branch=master)](https://travis-ci.org/sindresorhus/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 wherever.


## Install

```
$ npm install --save js-types
```


## Usage

```js
var jsTypes = require('js-types');

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


## License

MIT © [Sindre Sorhus](http://sindresorhus.com)
