fix: hanlde ci error
This commit is contained in:
parent
d7c49a5051
commit
c27f2465c2
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ export interface ObservableLike {
|
|||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
export type Falsy = false | 0 | 0n | '' | null | undefined;
|
||||
|
||||
export interface WeakRef<T extends object> {
|
||||
export interface WeakRef<T extends object> { // eslint-disable-line @typescript-eslint/ban-types
|
||||
readonly [Symbol.toStringTag]: 'WeakRef';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue