UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 128 B
/** * 获取 video 信息 */ declare function getVideoInfo(src: string): Promise<HTMLVideoElement>; export { getVideoInfo };