UNPKG

185 BTypeScriptView Raw
1/// <reference types="@fibjs/types" />
2/// <reference path="ORM.d.ts" />
3
4import FibOrmNS = FxOrmNS
5
6declare module "@fxjs/orm" {
7 const mod: FxOrmNS.ExportModule
8 export = mod
9}