HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/caller-path/
Upload File :
Current File : //proc/1784574/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();
}