Skip to content

Commit

Permalink
Rename to __linterBrands from __safetyBrand
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 20, 2024
1 parent d8db4cb commit ea73204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/tsHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export type UnknownIfNonSpecific<T> = {} extends T ? unknown : T
* @see https://github.com/reduxjs/redux-toolkit/issues/4101
*/
export type SafePromise<T> = Promise<T> & {
__safetyBrand: 'SafePromise'
__linterBrands: 'SafePromise'
}

/**
Expand Down

0 comments on commit ea73204

Please sign in to comment.