UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

4 lines 191 B
import type { Fields } from './types'; declare const getDataByPath: <T = unknown>(fields: Fields, path: string) => T; export default getDataByPath; //# sourceMappingURL=getDataByPath.d.ts.map