UNPKG

@babylonjs/core

Version:

Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.

7 lines (6 loc) 244 B
/** * Gets the file extension from a URL. * @param url The URL to get the file extension from. * @returns The file extension, or an empty string if no extension is found. */ export declare function GetExtensionFromUrl(url: string): string;