|
|
@@ -1,7 +1,7 @@
|
|
|
(function (global, factory) {
|
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
|
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.howLongUntilLunch = factory());
|
|
|
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Vap = factory());
|
|
|
}(this, (function () { 'use strict';
|
|
|
|
|
|
function _arrayWithHoles(arr) {
|