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

Method getORMPackages

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

Source from the content-addressed store, hash-verified

22 resolveGlob(input: string | string[], cwd?: string): string[];
23 getPackageConfig<T extends Dictionary>(basePath?: string): T;
24 getORMPackages(): Set<string>;
25 getORMPackageVersion(name: string): string | undefined;
26 checkPackageVersion(): void;
27 normalizePath(...parts: string[]): string;

Callers 2

checkPackageVersionFunction · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected