UNPKG

@zero-scripts/core

Version:

Framework for creating presets, configurations and extensions

3 lines 233 B
import { Selector } from '../types'; export declare function readJson<T extends Record<string, any>, TSelectedValue>(_path: string, selector?: Selector<T, TSelectedValue>): TSelectedValue | T; //# sourceMappingURL=readJson.d.ts.map