1.0.3 • Published 9 years ago

is-keyword-js v1.0.3

Weekly downloads
75,852
License
MIT
Repository
github
Last release
9 years ago

is-keyword-js

Build Status

Check if a given string is a Javascript keyword or reserved for future keywords.

Install

$ npm install --save is-keyword-js

Usage

var isKeyword = require('is-keyword-js');
isKeyword('this'); // returns true

LICENSE

MIT © Cristian Trifan