Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Maxim Zaks
2022-08-14 03:29:28 +02:00
committed by GitHub
parent 9dbe819efd
commit 8a09f3fb0b
3 changed files with 8 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ export class Reference {
} else {
this._length = 1;
}
return this._length;
return Number(this._length);
}
toObject(): unknown {