UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

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