UNPKG

@feathersjs/feathers

Version:

A framework for real-time applications and REST API with JavaScript and TypeScript

12 lines (11 loc) 411 B
import version from './version'; import { Feathers } from './application'; import { Application } from './declarations'; export declare function feathers<T = any, S = any>(): Application<T, S>; export declare namespace feathers { var setDebug: typeof import("@feathersjs/commons").setDebug; } export { version, Feathers }; export * from './hooks'; export * from './declarations'; export * from './service';