UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

4 lines (3 loc) 204 B
import type { NexormConfig, NexormConfigType } from './types'; export type { NexormConfig, NexormConfigType }; export default function defineConfig(config: NexormConfigType | NexormConfig): NexormConfig;