UNPKG
smooth-text-rotator
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Super simple JS library for rotating text with smooth animations
branchard/smooth-text-rotator
smooth-text-rotator
/
dist
/
type-guards.d.ts
2 lines
(1 loc)
•
72 B
TypeScript
View Raw
1
2
export
declare
function
isArrayOfString
(
arg
:
unknown
): arg is
string
[];