Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { ServerConfigType, ServerConfigObjType } from './typings';
export declare const config: ServerConfigType;
export declare const setConfig: (obj: ServerConfigObjType) => void;