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

Method glob

packages/core/src/utils/fs-utils.ts:21–21  ·  view source on GitHub ↗
(input: string | string[], cwd?: string)

Source from the content-addressed store, hash-verified

19 ensureDir(path: string): void;
20 readJSONSync<T = Dictionary>(path: string): T;
21 glob(input: string | string[], cwd?: string): string[];
22 resolveGlob(input: string | string[], cwd?: string): string[];
23 getPackageConfig<T extends Dictionary>(basePath?: string): T;
24 getORMPackages(): Set<string>;

Callers 7

seedStringMethod · 0.80
clearMethod · 0.80
discoverMigrationsFunction · 0.80
discoverEntitiesFunction · 0.80
discoverExportsMethod · 0.80
MikroORM.test.tsFile · 0.80
GH7509.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected