able-baker/example/dyn-test.tsx

12 lines
138 B
TypeScript
Raw Normal View History

2023-06-27 21:54:39 -04:00
import('https://esm.sh/react').then((module) => {
console.log(module);
});
function unimport(n:number)
{
return n;
}
unimport(123)