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 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = isString; function isString(value) { return typeof value === 'string'; } //# sourceMappingURL=isString.js.map