UNPKG

reserved

Version:

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

27 lines (18 loc) 413 B
# {%= name %} {%= badge('fury') %} > {%= description %} Used in [namify](https://github.com/jonschlinkert/namify) ## Install {%= include("install") %} ## Usage ```js var reserved = require('reserved'); console.log(reserved); //=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'... ``` ## Author {%= contrib("jon") %} ## License {%= copyright() %} {%= license() %} *** {%= include("footer") %}