// 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('')}