Skip to content

santb08/is-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isJava.js

This library contains a set of tools that'll help you determine if you are currently on any Java's environment

Out Of the box

import { isJava } from 'is-java';

console.log(isJava());

Other examples

You can use this asynchronous example if needed:

import { isJavaAsync } from 'is-java';

const example = async () => {
  const result = await isJavaAsync();
  return result;
}

example.then((result) => console.log(result));

This package can be kinda useful specially if you need to understand the relationship between Java and Javascript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published