UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.

4 lines 194 B
type Path = (string | number)[]; export declare function setValueByPath<T extends object>(obj: T, pathArr: Path, value: unknown): boolean; export {}; //# sourceMappingURL=setValueByPath.d.ts.map