UNPKG

74 BJavaScriptView Raw
1const prepack = require('./prepack.js')
2
3;(async () => {
4 prepack()
5})()