7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
"use strict";
|
|
|
|
// ES3 safe
|
|
var _undefined = void 0;
|
|
|
|
module.exports = function (value) { return value !== _undefined && value !== null; };
|