UNPKG

vuetube

Version:

A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube IFrame Player API which renders fast

10 lines (9 loc) 220 B
/** * Return typeof value */ declare function toType(value: unknown): string; /** * Check is typeof value is function */ declare function isFunction(value: unknown): boolean; export { toType, isFunction, };