UNPKG

@feathersjs/configuration

Version:

A small configuration module for your Feathers application.

5 lines (4 loc) 233 B
import { Application } from '@feathersjs/feathers'; import { Schema, Validator } from '@feathersjs/schema'; declare const _default: (schema?: Schema<any> | Validator) => (app?: Application) => Record<string, any>; export = _default;