UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

4 lines (3 loc) 159 B
import type { Config } from "./types/config"; export declare const mainConfig: Config; export declare const mergeConfig: (config?: Partial<Config>) => Config;