UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 129 B
/** * @module parser */ /** * get youtubeId from url. */ export declare function parseYoutubeId(url: string): string;