```typescript export declare function cryptoRandInt(min: number, max?: number): number; export declare const winCrypto: Crypto; export declare function cryptoRandom(): number; ```
Runtime agnostic JS utils
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
Regular expression for matching a shebang line
Node.js native addon build tool
A tool for respawning node binaries when special flags are present.
Detect Node.JS (as opposite to browser environment). ESM modification
`unenv` is a framework-agnostic system that allows converting JavaScript code to be platform agnostic and work in any environment including Browsers, Workers, Node.js, or JavaScript runtime.
Run scripts that set and use environment variables across platforms
Executes a command using the environment variables in an env file
A deep deletion module for node (like `rm -rf`)
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Loads environment variables from .env file
Node.js log generator for log engine
Fork pseudoterminals in Node.JS
JavaScript build tool, similar to Make or Rake
Generic environment runner for JavaScript runtimes.
Prints all environment variables that start with given string
Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).
Uses export conditions to return environment information in a way that works with major bundlers and runtimes.
```typescript export declare function cryptoRandInt(min: number, max?: number): number; export declare const winCrypto: Crypto; export declare function cryptoRandom(): number; ```
Wrapper executable to load env variables from .env and run Node
Detect Node.JS (as opposite to browser environment) (reliable)
Get environment variables exposed by CI services