We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
atob
fromError
1 parent c12fccd commit f07ea5bCopy full SHA for f07ea5b
stacktrace-js.d.ts
@@ -13,6 +13,7 @@ declare namespace StackTrace {
13
filter?: (stackFrame: StackFrame) => boolean;
14
sourceCache?: SourceCache;
15
offline?: boolean;
16
+ atob?: (input: string) => string;
17
}
18
19
export interface StackFrame {
0 commit comments