4.0.0 • Published 1 year ago

js-types v4.0.0

Weekly downloads
46,145
License
MIT
Repository
github
Last release
1 year ago

js-types

List of JavaScript types

The list is just a JSON file and can be used anywhere.

Install

npm install js-types

Usage

import jsTypes from 'js-types';

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