|
@@ -176,8 +176,8 @@ const mutableInstrumentations: Record<string, Function> = {
|
|
|
get(this: MapTypes, key: unknown) {
|
|
get(this: MapTypes, key: unknown) {
|
|
|
return get(this, key, toReactive)
|
|
return get(this, key, toReactive)
|
|
|
},
|
|
},
|
|
|
- get size(this: IterableCollections) {
|
|
|
|
|
- return size(this)
|
|
|
|
|
|
|
+ get size() {
|
|
|
|
|
+ return size(this as unknown as IterableCollections)
|
|
|
},
|
|
},
|
|
|
has,
|
|
has,
|
|
|
add,
|
|
add,
|