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

0.1.6 • Public • Published

reserved NPM version

Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Used in variable

Install

Install with npm:

npm i reserved --save-dev

Usage

var reserved = require('reserved');
console.log(reserved);
//=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'...

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on May 11, 2014.

Package Sidebar

Install

npm i reserved2

Weekly Downloads

534

Version

0.1.6

License

ISC

Unpacked Size

37.7 kB

Total Files

17

Last publish

Collaborators

  • bluelovers