Skip to content

Commit

Permalink
fix: add noWrapError() method to TS type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 7, 2023
1 parent 2db3147 commit 3ea534b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type Poller<T> = Promise<T> & {
cancel(): void
until(condition: UntilCondition<T>): Poller<T>
timeout(ms: number): Poller<T>
noWrapError(): Poller<T>
}

export type CallContext<T> = {
Expand Down

0 comments on commit 3ea534b

Please sign in to comment.