fix(core): update
This commit is contained in:
@ -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();
|
Reference in New Issue
Block a user