Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/router / dist / config.d.ts
Size: Mime:
import { OneRouterConfigMap, OneRouterConfigObjType } from './typings';
declare const config: OneRouterConfigMap;
/**
 * @todo maybe could scope configs for isolated tests
 */
declare const setConfig: (x: OneRouterConfigObjType) => void;
export { config, setConfig };