UNPKG

@bxjs/base

Version:

13 lines (12 loc) 531 B
/// <reference path="./type/index.d.ts" /> /// <reference path="./error/index.d.ts" /> /// <reference path="./crypto/index.d.ts" /> /// <reference path="./tool/index.d.ts" /> /// <reference path="./orm/index.d.ts" /> /// <reference path="./net/index.d.ts" /> /// <reference path="./controller/index.d.ts" /> /// <reference path="./validator/index.d.ts" /> /// <reference path="./utils/index.d.ts" /> export declare const init: (models: Promise<any>) => Promise<void> export declare const handle: any export declare const test: any