UNPKG

waitpid2

Version:

Complete native binding to the waitpid() syscall

10 lines (6 loc) 133 B
'use strict'; var util = require('./util'); module.exports = SchemaObject; function SchemaObject(obj) { util.copy(obj, this); }