UNPKG

nanolith

Version:

Multi-threading in no time with seamless TypeScript support.

1 lines 163 B
export function callsites(){const r=Error.prepareStackTrace;Error.prepareStackTrace=(r,e)=>e;const e=(new Error).stack.slice(1);return Error.prepareStackTrace=r,e}