Searched defs:dynamicImport (Results 1 – 3 of 3) sorted by relevance
2 export const dynamicImport = (id: string) => import(id); constant
22 server.dynamicImport = (id) => import(id); function
115 export declare const dynamicImport: ((id: string) => Promise<any>) | undefined; constant134 const dynamicImport = async (id: string): Promise<any> => { constant