DIR: /proc/self/root/usr/share/nodejs/caller-path/ |
Current File : //proc/self/root/usr/share/nodejs/caller-path/index.js |
import callerCallsite from 'caller-callsite'; export default function callerpath({depth = 0} = {}) { const callsite = callerCallsite({depth}); return callsite && callsite.getFileName(); } |