existential
Version:
The missing existential operator for JavaScript. Returns true unless a variable is null or undefined
6 lines • 697 B
JavaScript
/**
* generator-git - Create the scaffolding for a new project.
* @version v2.2.3
* @link https://github.com/Kikobeats/generator-git
* @license MIT
*/require=function r(e,n,t){function u(o,f){if(!n[o]){if(!e[o]){var c="function"==typeof require&&require;if(!f&&c)return c(o,!0);if(i)return i(o,!0);var a=new Error("Cannot find module '"+o+"'");throw a.code="MODULE_NOT_FOUND",a}var s=n[o]={exports:{}};e[o][0].call(s.exports,function(r){var n=e[o][1][r];return u(n?n:r)},s,s.exports,r,e,n,t)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<t.length;o++)u(t[o]);return u}({existential:[function(r,e,n){"use strict";e.exports=function(r){return null!=r}},{}]},{},[]);