Skip to content

Instantly share code, notes, and snippets.

@davidpaulhunt
Created December 29, 2015 15:03
Show Gist options
  • Select an option

  • Save davidpaulhunt/cb9d333464b813d119c2 to your computer and use it in GitHub Desktop.

Select an option

Save davidpaulhunt/cb9d333464b813d119c2 to your computer and use it in GitHub Desktop.
'use strict';
module.exports = function isUndefined(obj) {
return typeof obj === 'undefined';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment