js-types

List of JavaScript types

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
js-types
7902.1.04 years ago8 years agoMinified + gzip package size for js-types in KB

Readme

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