UNPKG

@abux/builder

Version:

Quick scaffolding code base to build web apps and games

8 lines (6 loc) 105 B
const main = async () => { console.log('Hello World') } main().catch(err => { console.error(err) })