UNPKG

@cch137/format-utils

Version:

A collection of utility modules for formatting and processing data

4 lines 234 B
export declare function extractYouTubeUrls(text: string): string[]; export declare function isYouTubeUrl(url: string): boolean; export declare function getYouTubeVideoId(url: string): string | null; //# sourceMappingURL=index.d.ts.map