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.

4 lines (3 loc) 103 B
export function isUndefined(value: any): value is undefined { return typeof value === 'undefined'; }