UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 255 B
/** * Returns the file name including extension from a URL. * * @param url File URL. * @return File name. */ declare function getFileNameFromUrl(url: string): string; export default getFileNameFromUrl; //# sourceMappingURL=getFileNameFromUrl.d.ts.map