UNPKG

@feathersjs/configuration

Version:

A small configuration module for your Feathers application.

6 lines (5 loc) 257 B
import { Application } from '@feathersjs/feathers'; import { Schema, Validator } from '@feathersjs/schema'; import config from 'config'; declare const _default: (schema?: Schema<any> | Validator) => (app?: Application) => config.IConfig; export = _default;