Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 638 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 638 Bytes

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