This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hostbbq
/
node-utils
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1.0.1
Rami (Branch)
Tag
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
Permalink
Cronologia
Originale
1
2
3
4
5
6
import { exec, spawn } from './shell';
export namespace NodeUtils {
exec;
spawn;
}