zhangxiaoxu123456
2021-12-17 4d4a844ef624dde8667b314d353599297f6cb8d9
1
2
3
export default function isUndefined(input) {
    return input === void 0;
}