canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
28 lines (15 loc) • 553 B
Markdown
# js-types [](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)