UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

5 lines (4 loc) 183 B
export { ConfigNotFoundError } from './config-not-found.error'; export { ConfigTypeError } from './config-type.error'; export { Config } from './config'; export { Env } from './env';