UNPKG

eslint-plugin-unicorn

Version:
4 lines (3 loc) 111 B
export default function isUndefined(node) { return node.type === 'Identifier' && node.name === 'undefined'; }