UNPKG

pure-orm

Version:

A SQL Toolkit based on pure business objects passed to and from stateful data access objects

6 lines (5 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entities = void 0; const feature_switch_1 = require("./models/feature-switch"); exports.entities = [feature_switch_1.featureSwitchEntity];