UNPKG

nodent

Version:

NoDent - Asynchronous Javascript language extensions

9 lines (8 loc) 216 B
// Only run this test if await-wrapping is enabled if (__nodent.wrapAwait) { module.exports = async function() { return 'abc' === await 'abc' ; } ; } else { module.exports = async function() { DoNotTest() } ; }