2.0.1 • Published 8 years ago

myname v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

myname

Determines the name of a module.

const myname = require('myname')

console.log(myname())

What it does

It gets the name of the parent module (the one requiring the myname module). It then removes itself from the module cache so that the next module will have its own parent as the one that myname returns.

License: MIT