JSPM

current-module-paths

1.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 163932
  • Score
    100M100P100Q167217F
  • License MIT

Access to __filename and __dirname within ECMAScript modules

Package Exports

  • current-module-paths

Readme

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI

current-module-paths

Access to the CommonJS __filename and __dirname variables within ECMAScript modules.

Only use this module if your code depends on the above global variables being defined, otherwise use import.meta.

import currentModulePaths from 'current-module-paths'

const { __filename, __dirname } = currentModulePaths(import.meta.url)

© 2021-25 Lloyd Brookes <opensource@75lb.com>.