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