import { test } from "./my-module.js"; console.log(test()) async function main(){ await Promise.resolve() console.log("Test") }