js-types
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

js-types Build Status

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

Package Sidebar

Install

DownloadsWeekly Downloads

111,742

Version

2.1.0

License

MIT

Unpacked Size

3.13 kB

Total Files

7

Last publish

Collaborators

  • sindresorhus