@clickup/pg-mig
Version:
PostgreSQL schema migration tool with microsharding and clustering support
10 lines • 390 B
TypeScript
/**
* Reads the config files from parent directories and return them from the most
* parent'ish to the most child'ish.
*
* A config is a code file which may:
* 1. Export an object.
* 2. Export a function (sync or async) which returns an object.
*/
export declare function readConfigs(fileName: string, ...args: unknown[]): Promise<object[]>;
//# sourceMappingURL=readConfigs.d.ts.map