zhaojs
2023-07-18 218ebcd2b3a4a4eb15250b5a15bed9bfbcfca3ca
1
2
3
export default function isUndefined(input) {
    return input === void 0;
}