UNPKG

eslint-plugin-unicorn

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