UNPKG

@tuniao/tnui-vue3-uniapp

Version:
4 lines (3 loc) 112 B
export function eq(value: any, other: any) { return value === other || (value !== value && other !== other) }