@f0c1s/dev-env
v1.0.0
Published
Development Environment
Downloads
3
Readme
@f0c1s/dev-env
Development Environment
In node REPL
let p;
import('./src/ssh.js').then(x => {
console.log(x);
p = x;
});
void async function () {
console.log(await p.getSSHInfo())
}();