is-keyword-js
v1.0.3
Published
A simple way to check if a string is a keyword or reserved keyword in JavaScript
Readme
is-keyword-js
Check if a given string is a Javascript keyword or reserved for future keywords.
Install
$ npm install --save is-keyword-jsUsage
var isKeyword = require('is-keyword-js');
isKeyword('this'); // returns trueLICENSE
MIT © Cristian Trifan

