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
/
setup.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
export
interface
SetupOptions
{
image
:
string
; }
export
declare
function
setup
(
args
:
any
,
options
:
SetupOptions
,
logger
:
any
):
Promise
<
void
>;