1.0.0 • Published 1 year ago

@npym/info v1.0.0

Weekly downloads
-
License
WTFPL
Repository
-
Last release
1 year ago

NPyM Info

This is an utility package to help you know if you are running in a NPyM environment.

Installation

npm install @npym/info

Usage

import { isNpym } from "@npym/info";

if (isNpym()) {
    console.log("This is a NPyM environment");
}
1.0.0

1 year ago