$ npm install js-types
List of JavaScript types
The list is just a JSON file and can be used anywhere.
npm install js-types
import jsTypes from 'js-types'; console.log(jsTypes); //=> ['Array', 'ArrayBuffer', 'Boolean', …]