tiny-filename
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Tiny Filename

A tiny isomorphic ESM alternative to Node's "__filename" global.

Install

npm install --save tiny-filename

Usage

import filename from 'tiny-filename';

filename ( import.meta.url ); // => '/path/to/file.ts'

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i tiny-filename

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

3.18 kB

Total Files

9

Last publish

Collaborators

  • fabiospampinato