fix: handle lint

This commit is contained in:
eric_wang 2022-06-12 18:04:01 +08:00
parent ecfe9954c3
commit 0e9e7be7f7
2 changed files with 1 additions and 87 deletions

View file

@ -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