UNPKG

@ablestack/rdo

Version:

A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications

3 lines (2 loc) 208 B
export declare function configKeyToCraEnvKey(key: string): string; export declare function getConfigValue<TKey extends string = string, TVal = string | number | boolean>(key: TKey, defaultVal: TVal): TVal;