UNPKG

react-runtime-config

Version:

Provide a typesafe runtime configuration inside a react app

3 lines 212 B
import { Config, ResolvedConfigValue } from "./types"; export declare function parse<TConfig extends Config>(value: unknown, config: TConfig): ResolvedConfigValue<TConfig>; //# sourceMappingURL=parsers.d.ts.map