A tiny isomorphic ESM alternative to Node's "__filename" global.
npm install tiny-filename
import filename from 'tiny-filename';
// Let's convert a file URL to a file path
filename ( import.meta.url ); // => '/path/to/file.ts'
MIT © Fabio Spampinato