Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

is-keyword

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-keyword

Checks if the given token is an ES keyword.

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
235
-82.36%
Maintainers
1
Weekly downloads
 
Created
Source

is-keyword Build Status

Checks if the given token is an ES keyword.

Install

$ npm install --save is-keyword
$ bower install --save is-keyword
$ component install hemanth/is-keyword

Usage

Node.js
var isKeyword = require('is-keyword');
isKeyword('let');
//=> true

License

MIT © Hemanth.HM

Keywords

type

FAQs

Package last updated on 23 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts