nanolith
Version:
Multi-threading in no time with seamless TypeScript support.
1 lines • 163 B
JavaScript
export function callsites(){const r=Error.prepareStackTrace;Error.prepareStackTrace=(r,e)=>e;const e=(new Error).stack.slice(1);return Error.prepareStackTrace=r,e}