UNPKG

@payloadcms/plugin-import-export

Version:

Import-Export plugin for Payload

5 lines 217 B
/** * Builds a RegExp that matches flattened field keys from a given dot-notated path. */ export declare const buildDisabledFieldRegex: (path: string) => RegExp; //# sourceMappingURL=buildDisabledFieldRegex.d.ts.map