README
js-types
List of JavaScript types
The list is just a JSON file and can be used anywhere.
Install
$ npm install js-types
Usage
const jsTypes = require('js-types');
console.log(jsTypes);
//=> ['Array', 'ArrayBuffer', 'Boolean', …]
License
MIT © Sindre Sorhus