npm.io
4.0.0 • Published 2 years ago

js-types

Licence
MIT
Version
4.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
80

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', …]

Keywords