Skip to content

npm package to check whether a provided string is a Java keyword

License

Notifications You must be signed in to change notification settings

teobais/is-java-keyword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version Dependencies

is-java-keyword

Determine whether a string is a Java keyword.

Install

https://nodei.co/npm/is-java-keyword.png

Use

// load the module
var isKeyword = require('index.js');

// check a keyword
isKeyword("while"); // true

Test

To execute tests, first install the project dependencies:

$ npm install

Then, run the tests

$ npm test

About

npm package to check whether a provided string is a Java keyword

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published