Package Exports
- filedirname
Readme
filedirname
Ponyfill for __filename and __dirname in ESM environments (Deno, .mjs)
Usage
Deno
import filedirname from 'https://unpkg.com/filedirname/edition-deno/index.ts'
const { __filename, __dirname } = filedirname(import.meta.url)
Node.js
import filedirname from 'https://unpkg.com/filedirname'
const { __filename, __dirname } = filedirname(import.meta.url)
Install
- Install:
npm install --save filedirname
- Import:
import pkg from ('filedirname')
- Require:
const pkg = require('filedirname').default
import pkg from 'https://unpkg.com/filedirname@^1.0.2/edition-deno/index.ts'
Editions
This package is published with the following editions:
filedirname/source/index.ts
is TypeScript source code with Import for modulesfiledirname/edition-node-esm/index.js
is TypeScript compiled against ESNext for Node.js with Import for modulesfiledirname/edition-deno/index.ts
is TypeScript source code made to be compatible with Deno
History
Discover the release history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © 2020+ Benjamin Lupton
and licensed under: