Home Manual Reference Source

src/isUndefined.js

const isUndefined = (x) => x === undefined;
export default isUndefined;