Skip to content

Commit f07ea5b

Browse files
author
Ben Watkins
committed
add atob option to fromError typing
1 parent c12fccd commit f07ea5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacktrace-js.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ declare namespace StackTrace {
1313
filter?: (stackFrame: StackFrame) => boolean;
1414
sourceCache?: SourceCache;
1515
offline?: boolean;
16+
atob?: (input: string) => string;
1617
}
1718

1819
export interface StackFrame {

0 commit comments

Comments
 (0)