UNPKG

@byomakase/omakase-player

Version:

## Omakase Player - Open source JavaScript framework for building frame accurate video experiences

6 lines (5 loc) 211 B
export declare class UrlUtil { static isUrlAbsolute(url: string): boolean; static absolutizeUrl(rootUrl: string, url: string): string; static formatBase64Url(mime: string, base64: string): string; }