What is caller-path?
"Get the path of the caller function"
caller-path is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 4.9 KB on disk.
Installation Guide
# Install via NPM
npm install caller-path
# Install via Yarn
yarn add caller-path