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

Node.js 4.0 `childProcess.ChildProcess` ponyfill

License

Notifications You must be signed in to change notification settings

sindresorhus/child-process-ctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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