UNPKG

@palmares/databases

Version:

Add support for working with databases with palmares framework

3 lines 195 B
import type { DatabaseSettingsType } from './types'; export declare function defaultSettings(settings: Partial<DatabaseSettingsType>): DatabaseSettingsType; //# sourceMappingURL=settings.d.ts.map