UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

13 lines (12 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = defineConfig; function defineConfig(config) { if (Array.isArray(config)) { return config; } else { return [config]; } } ;