File size: 76 Bytes
f9f1a35
 
 
1
2
3
4
export default function isUndefined(input) {
    return input === void 0;
}