UNPKG

@cdwr/core

Version:

A set of core utilities for the Codeware ecosystem.

8 lines (7 loc) 259 B
/** * @internal * Imports all schema files in the given directory to trigger registration. * * @param schemaDir - Absolute path to the directory containing the schema files */ export declare const importSchemaFiles: (schemaDir: string) => Promise<void>;