is-process
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

is-process Build Status

Check whether a value is the process.

Install

$ npm install is-process

Usage

const isProcess = require("is-process");
isProcess(process);
// => true

isProcess({});
// => false

isProcess(42069);
// => false

NPM

Readme

Keywords

none

Package Sidebar

Install

npm i is-process

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.39 kB

Total Files

4

Last publish

Collaborators

  • the2dperson