feathers/packages/errors/handler.d.ts
2018-08-20 19:58:09 -07:00

4 lines
68 B
TypeScript

declare function handler(options?:any):Function;
export = handler;