main.js (90B)
1 import * as etc from "/lib/etc.js" 2 3 etc.handle_wrap(main) 4 5 function main() { 6 etc.bar() 7 }