This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hostbbq
/
node-utils
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
1.0.0
Ramas
Etiquetas
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
Histórico
Raw
1
2
3
4
5
6
import { exec, spawn } from './shell';
export namespace NodeUtils {
exec;
spawn;
}