/** * The entry point. * * @module tspace-orm */ import * as tspace from './orm'; export * from './orm'; export default tspace;