UNPKG

vue-app-sdk

Version:
7 lines (6 loc) 122 B
function eq(value, other) { return value === other || value !== value && other !== other; } export { eq as default };