UNPKG

reserved

Version:

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

36 lines (23 loc) 890 B
# reserved [![NPM version](https://badge.fury.io/js/reserved.png)](http://badge.fury.io/js/reserved) > Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them. Used in [variable](https://github.com/jonschlinkert/variable) ## Install Install with [npm](npmjs.org): ```bash npm i reserved --save-dev ``` ## Usage ```js var reserved = require('reserved'); console.log(reserved); //=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'... ``` ## Author **Jon Schlinkert** + [github/jonschlinkert](https://github.com/jonschlinkert) + [twitter/jonschlinkert](http://twitter.com/jonschlinkert) ## License Copyright (c) 2014 Jon Schlinkert, contributors. Released under the MIT license *** _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 11, 2014._