UNPKG

@unleash/proxy

Version:
6 lines (5 loc) 202 B
import { createApp } from './app'; import Client from './client'; import { createProxyConfig } from './config'; import { start } from './server'; export { createApp, start, Client, createProxyConfig };