UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (5 loc) 172 B
"use strict"; var _undefined = require("../function/noop")(); // Support ES3 engines module.exports = function (val) { return (val !== _undefined) && (val !== null); };