UNPKG

aws-ddk-core

Version:

The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.

3 lines (2 loc) 247 B
export declare function overrideProps(DefaultProps: object, userProps: object, concatArray?: boolean): any; export declare function consolidateProps(defaultProps: object, clientProps?: object, constructProps?: object, concatArray?: boolean): any;