@svta/common-media-library
Version:
A common library for media playback in JavaScript
13 lines • 305 B
TypeScript
/**
* Constructs a relative path from a URL.
*
* @param url - The destination URL
* @param base - The base URL
* @returns The relative path
*
* @group Utils
*
* @beta
*/
export declare function urlToRelativePath(url: string, base: string): string;
//# sourceMappingURL=urlToRelativePath.d.ts.map