Returns the file extension from a given URL string.
The URL string.
The file extension.
console.log(identifyExtension('https://example.com/image.jpg')); // 'jpg' Copy
console.log(identifyExtension('https://example.com/image.jpg')); // 'jpg'
Generated using TypeDoc
Returns the file extension from a given URL string.