Skip to content

Commit

Permalink
add atob option to fromError typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Watkins committed May 5, 2022
1 parent c12fccd commit 8ccdb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacktrace-js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare namespace StackTrace {
filter?: (stackFrame: StackFrame) => boolean;
sourceCache?: SourceCache;
offline?: boolean;
atob: (input: string) => string;
}

export interface StackFrame {
Expand Down

0 comments on commit 8ccdb26

Please sign in to comment.