index.ts 92 B

123456
  1. import { exec, spawn } from './shell';
  2. export namespace NodeUtils {
  3. exec;
  4. spawn;
  5. }