1 2 3 4 5 6 7 8
import {default as ns} from './SQLTester.mjs'; const log = (...args)=>{ console.log('SQLTester.run:',...args); }; log("SQLTester is ostensibly ready.");