UNPKG

@reactant/config

Version:
6 lines (5 loc) 296 B
import { Config } from '@reactant/types'; export default function getConfig(): Config; export declare function setConfig(config: Config, mergeConfig?: boolean): Config; export declare function sanitizeConfig(config: Config, rootPath?: string): Config; export * from '@reactant/types/lib/config';