UNPKG

smooth-text-rotator

Version:

Super simple JS library for rotating text with smooth animations

8 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isArrayOfString = void 0; function isArrayOfString(arg) { return Array.isArray(arg) && arg.every(i => (typeof i === "string")); } exports.isArrayOfString = isArrayOfString; //# sourceMappingURL=type-guards.js.map