UNPKG

http-proxy-middleware

Version:

The one-liner node.js proxy middleware for connect, express, next.js and more

7 lines (6 loc) 199 B
import { ERRORS } from './errors.js'; export function verifyConfig(options) { if (!options.target && !options.router) { throw new Error(ERRORS.ERR_CONFIG_FACTORY_TARGET_MISSING); } }