UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

7 lines (5 loc) 159 B
/** * Return the stack trace frame of a function's invocation. */ declare function getCallFrame(error: Error): string | undefined; export { getCallFrame };