mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
6 lines
167 B
JavaScript
Vendored
6 lines
167 B
JavaScript
Vendored
"use strict";
|
|
|
|
var _undefined = require("../function/noop")(); // Support ES3 engines
|
|
|
|
module.exports = function (val) { return val !== _undefined && val !== null; };
|