Projects STRLCPY kitsec-core Files
🤬
..
LICENCE Loading last commit info...
README.md
package.json
README.md

std-env

npm npm bundlephobia

Detect current Javascript environment

Installation

# Using Yarn
yarn add std-env

# Using npm
npm i std-env

Usage

// ESM
import { isWindows } from 'std-env'

// CommonJS
const { isCI } = require('std-env')

Available exports:

  • hasTTY
  • hasWindow
  • isCI
  • isDebug
  • isDevelopment
  • isLinux
  • isMacOS
  • isMinimal
  • isProduction
  • isTest
  • isWindows
  • platform
  • provider

You can read more about how each flag works from ./src/index.ts!!missing!!.

List of well known providers can be found from ./src/providers.ts!!missing!!.

License

MIT

Please wait...
Page is in error, reload to recover