index
:
papod
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin.mjs
blob: e79904fee21bf52f21a34ddb90cd5db8a7462cfe (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env node
import
*
as
api
from
"./api.mjs"
;
api
.
main
();