UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

7 lines 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUndefined = isUndefined; function isUndefined(value) { return typeof value === 'undefined'; } //# sourceMappingURL=isUndefined.js.map