UNPKG

@webiny/api-headless-cms-ddb

Version:

DynamoDB storage operations plugin for Headless CMS API.

6 lines (5 loc) 226 B
/** * A wrapper function for the find function. * Basically it transforms input paths to an array (and runs various checks). */ export declare const getValue: (target: Record<string, any>, input: string | string[]) => any;