const textToPost: string = 'Test runs!'; console.log(textToPost); const run = async () => { // lets test esm console.warn('remember to enable esm checks once TypeScript 4.5 is released.') // const nodeFetch = await import('node-fetch'); } run();