1.0.0 • Published 3 years ago

runtime-environment-check v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

runtime-environment-check

Runtime environment checker for JavaScript

Installing

NodeJS:

npm install runtime-environment-check

Deno:

import { runtime } from "https://raw.githubusercontent.com/CyberDie22/runtime-environment-check/main/runtime-environment-check.js"
runtime.environment // NodeJS or Deno

Features

Currently this only gives you your runtime environment, as well as command line arguments accessible by:

runtime.args