sindresorhus / child-process-ctor

Node.js 4.0 `childProcess.ChildProcess` ponyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Deprecated since Node.js 4 is no longer maintained.


child-process-ctor Build Status

Node.js 4 childProcess.ChildProcess ponyfill

Install

$ npm install --save child-process-ctor

Usage

var childProcessCtor = require('child-process-ctor');

console.log(typeof childProcessCtor().prototype.spawn);
//=> 'function'

License

MIT © Sindre Sorhus

About

Node.js 4.0 `childProcess.ChildProcess` ponyfill

License:MIT License


Languages

Language:JavaScript 100.0%