Typing for Dynamic imports
So I have a function like this that uses a dynamic import like
But this function gets called like once a day, but it gets repeated called like 4 or 5 times at once. So I am just wondering if deno will import that module again and again for each time the function is called?
I also tried something like this which breaks typing all together
2 Replies