UNPKG

npmchenwei111

Version:

test1111

11 lines (8 loc) 142 B
/** * Created by chenwei on 2017/8/23. */ export default { isSame: (a, b) => { return JSON.stringify(a) === JSON.stringify(b) } }