deno.land / x / feathers@v5.0.0-pre.29 / _feathers / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// DO NOT MODIFY - generated from packages/feathers/src/index.ts
import { setDebug } from './dependencies.ts';import version from './version.ts';import { Feathers } from './application.ts';import { Application } from './declarations.ts';
export function feathers<T = any, S = any> () { return new Feathers<T, S>() as Application<T, S>;}
feathers.setDebug = setDebug;
export { version, Feathers };export * from './hooks/index.ts';export * from './declarations.ts';export * from './service.ts';


feathers

Version Info

Tagged at
a year ago

External Dependencies

1 external dependency