UNPKG

citong-react-web

Version:

A framework for building web apps with React

13 lines (10 loc) 193 B
/** * Copyright (c) 2015-present, Alibaba Group Holding Limited. * All rights reserved. * */ 'use strict'; function merge(one, two) { return {...one, ...two}; } module.exports = merge;