UNPKG

jungle-node

Version:

The Node.js mounts and platform specific domain for Jungle

31 lines (14 loc) 300 B
import child = require('child_process') import {Cell, Membrane, Section} from 'jungle-core' export default class StdIOChildCell implements Cell { shell:Section constructor(){ } attach(){ } prime(){ child.fo } dispose(){ } }