DIR: /proc/1991111/root/usr/share/nodejs/caller-path/ |
Current File : //proc/1991111/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(); } |