UNPKG

@writ/utils

Version:
6 lines (5 loc) 105 B
'use strict'; function isUndefined(any) { return any === void 0; } module.exports = isUndefined;