UNPKG

@tabular-json/tabular-json

Version:

Tabular-JSON: a superset of JSON with CSV-like tables

4 lines 260 B
import type { NestedObject, Path } from './types.js'; export declare function getIn(object: NestedObject, path: Path): unknown; export declare function setIn(object: NestedObject, path: Path, value: unknown): NestedObject; //# sourceMappingURL=objects.d.ts.map