@cjser/js-types
v4.0.0-cjser.2
Published
List of JavaScript types
Maintainers
Readme
js-types
List of JavaScript types
The list is just a JSON file and can be used anywhere.
Install
npm install js-typesUsage
import jsTypes from 'js-types';
console.log(jsTypes);
//=> ['Array', 'ArrayBuffer', 'Boolean', …]cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/js-types
