// JSDEX SDK v1.0 REFERENCE
${[
['JSDex.fs','🗂️','Filesystem','read(path), write(path,data), list(path), exists(path)','filesystem.read / filesystem.write'],
['JSDex.notify','🔔','Notifications','notify(msg,type), push(title,body), badge(count)','notifications'],
['JSDex.window','🪟','Window Control','resize(w,h), minimize(), maximize(), getSize()','none'],
['JSDex.user','👤','User Info','getName(), getAvatar(), isRoot()','user.read'],
['JSDex.store','💾','App Storage','get(key), set(key,val), clear()','none'],
['JSDex.launch','🚀','App Launcher','open(appId), installed(), isInstalled(id)','launch'],
].map(([ns,ic,name,methods,perm])=>`
${ic}
${ns}
perm: ${perm}
${name}
${methods}
`).join('')}