is-keyword-js

WebJar for is-keyword-js

License

License

MIT
Categories

Categories

JavaScript Languages KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-keyword-js
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

is-keyword-js
WebJar for is-keyword-js
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/crissdev/is-keyword-js

Download is-keyword-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-keyword-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-keyword-js</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-keyword-js/
implementation 'org.webjars.npm:is-keyword-js:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/is-keyword-js/
implementation ("org.webjars.npm:is-keyword-js:1.0.3")
'org.webjars.npm:is-keyword-js:jar:1.0.3'
<dependency org="org.webjars.npm" name="is-keyword-js" rev="1.0.3">
  <artifact name="is-keyword-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-keyword-js', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "is-keyword-js" % "1.0.3"
[org.webjars.npm/is-keyword-js "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.3