JSPM

filedirname

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5752
  • Score
    100M100P100Q128498F
  • License MIT

Ponyfill for __filename and __dirname in ESM environments (Deno, .mjs)

Package Exports

  • filedirname

Readme

filedirname

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Ponyfill for __filename and __dirname in ESM environments (Deno, .mjs)

Usage

Complete API Documentation.

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

npm

  • Install: npm install --save filedirname
  • Import: import pkg from ('filedirname')
  • Require: const pkg = require('filedirname').default

Deno

import pkg from 'https://unpkg.com/filedirname@^1.0.2/edition-deno/index.ts'

Editions

This package is published with the following editions:

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?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

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:

and licensed under: