reserved2
v0.1.12
Published
Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.
Downloads
25,766
Maintainers
Readme
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
安裝 (Installation)
# 使用 yarn / Using yarn
yarn add reserved2
# 使用 yarn-tool / Using yarn-tool
yarn-tool add reserved2
# yt 是 yarn-tool 的別名 / yt is an alias for yarn-tool
yt add reserved2
# 使用 pnpm / Using pnpm
pnpm add reserved2
# 使用 npm / Using npm
npm install reserved2Usage
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.
