UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

4 lines (3 loc) 138 B
type MergeObject = Record<string, any>; declare function merge(origin: MergeObject, ...others: MergeObject[]): any; export default merge;