UNPKG

ast-parentchild

Version:

Convert your JavaScript file to acron AST format and then output a json file whihc have parent-child realtionship between nodes

7 lines (6 loc) 172 B
import verifyPlainObject from '../utils/verifyPlainObject' export function defaultMergeProps(stateProps, dispatchProps, ownProps) { return { ...ownProps, } }