UNPKG

136 BTypeScriptView Raw
1import { Application } from '@feathersjs/feathers';
2export default function init(): (app?: Application) => {
3 [key: string]: any;
4};