UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

7 lines (5 loc) 99 B
'use strict'; function isUndefined(o) { return o === undefined; } module.exports = isUndefined;