mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
declare function handler(options?:any):Function;
|
|
|
|
export = handler;
|