@contentstack/datasync-content-store-filesystem
Version:
Datasync content store library - saves data in filesystem
6 lines (5 loc) • 311 B
TypeScript
export declare const filter: any;
export declare const getPathKeys: (patternKeys: any, json: any) => any[];
export declare const removeUnwantedKeys: (unwanted: any, json: any) => any;
export declare const normalizeBaseDir: (config: any) => any;
export declare const buildLocalePath: (appConfig: any) => string;