Skyline/node_modules/ow/dist/utils/generate-stack.d.ts
2021-11-22 17:39:03 +00:00

6 lines
218 B
TypeScript

/**
Generates a useful stacktrace that points to the user's code where the error happened on platforms without the `Error.captureStackTrace()` method.
@hidden
*/
export declare const generateStackTrace: () => string;