fix: handle lint
This commit is contained in:
parent
ecfe9954c3
commit
0e9e7be7f7
2 changed files with 1 additions and 87 deletions
|
|
@ -51,7 +51,7 @@ export interface ObservableLike {
|
|||
export type Falsy = false | 0 | 0n | '' | null | undefined;
|
||||
|
||||
export interface WeakRef<T extends object> {
|
||||
readonly [Symbol.toStringTag]: "WeakRef";
|
||||
readonly [Symbol.toStringTag]: 'WeakRef';
|
||||
|
||||
/**
|
||||
* Returns the WeakRef instance's target object, or undefined if the target object has been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue