fix(core): update

This commit is contained in:
2021-10-06 13:06:24 +02:00
parent 76dd9707fe
commit 282d8b2b93
4 changed files with 236 additions and 129 deletions

View File

@ -1,2 +1,10 @@
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();