UNPKG

es-entity

Version:

ORM framework for Node js based on Ecmascript 6 and Typescript.

5 lines 155 B
import Column from './Column.js'; import Id from './Id.js'; import Table from './Table.js'; export { Column, Id, Table }; //# sourceMappingURL=index.js.map