UNPKG

411 BTypeScriptView Raw
1import version from './version';
2import { Feathers } from './application';
3import { Application } from './declarations';
4export declare function feathers<T = any, S = any>(): Application<T, S>;
5export declare namespace feathers {
6 var setDebug: typeof import("@feathersjs/commons").setDebug;
7}
8export { version, Feathers };
9export * from './hooks';
10export * from './declarations';
11export * from './service';