UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

5 lines 201 B
/** * Reads a nested value from an object using dot-notation path syntax. */ export declare function getValueAtPath(data: unknown, path: string): unknown; //# sourceMappingURL=getValueAtPath.d.ts.map