This website works better with JavaScript
홈
탐색
도움말
로그인
hostbbq
/
node-utils
Watch
3
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
160babf9a4
브랜치
태그
master
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
node-utils
/
index.ts
index.ts
92 B
히스토리
Raw
1
2
3
4
5
6
import { exec, spawn } from './shell';
export namespace NodeUtils {
exec;
spawn;
}