UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

5 lines (4 loc) 104 B
// Is a given variable undefined? export default function isUndefined(obj) { return obj === void 0; }