saikumaraili
test
23ac194
'use strict'
import('./named-exports.mjs')
.catch(err => {
process.nextTick(() => {
throw err
})
})