UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

7 lines (6 loc) 223 B
import isSame from './isSame'; export default function isSameLike(newValue, oldValue) { /* eslint-disable-next-line */ return isSame(newValue, oldValue) || newValue == oldValue; } //# sourceMappingURL=isSameLike.js.map