UNPKG
demu
Version:
latest (0.3.0)
0.3.0
0.2.1
0.1.2
0.1.1
0.1.0
0.0.0
A raspian emulator based on docker and qemu
github.com/taoyuan/demu
taoyuan/demu
demu
/
lib
/
commands
/
run.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
RunOptions
{
image
:
string
;
command
:
string
;
vmnt
:
string
; }
export
declare
function
run
(
args
:
any
,
options
:
RunOptions
,
logger
?:
any
):
Promise
<
void
>;