ganeshkbhat / which-platform

check if an environment is nodejs or browser environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which-platform

check if an environment (which-platform) is nodejs or browser environment

Demos can be found in the folder demos

USAGE:

const { isBrowser } = require("which-platform");
console.log(isBrowser());

About

check if an environment is nodejs or browser environment

License:MIT License


Languages

Language:JavaScript 100.0%