Closed
Description
Dynamic import proposal is in early stages but it will require TypeScript to support it in order to be usable in TypeScript based apps.
Basic syntax:
import('./my-module.ts').then(({export1, export2}) => {
});
Dynamic import proposal is in early stages but it will require TypeScript to support it in order to be usable in TypeScript based apps.
Basic syntax:
import('./my-module.ts').then(({export1, export2}) => {
});