MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / dynamicImport

Method dynamicImport

packages/core/src/utils/fs-utils.ts:33–33  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

31 writeFile(path: string, data: string, options?: Record<string, any>): Promise<void>;
32 unlink(path: string): Promise<void>;
33 dynamicImport<T = any>(id: string): Promise<T>;
34}
35
36export const fs: FsUtils = {

Callers 5

seedStringMethod · 0.80
createMigrationHandlerFunction · 0.80
getEntityClassOrSchemaFunction · 0.80
getConfigFileMethod · 0.80
discoverExportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected