DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-3 / test / form / samples / umd-noconflict / _expected / es.js
123456789
function doThings() { console.log( 'doing things...' ); } const number = 42; var setting = 'no'; export { doThings, number, setting };