npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

js-types

4.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:246114
$ npm install js-types
DailyWeeklyMonthlyYearly

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