chore: lint fixes

This commit is contained in:
Christopher Willis-Ford 2023-12-15 14:44:01 -08:00
parent bcfd307e9b
commit 068aca6136
8 changed files with 47 additions and 48 deletions

View file

@ -95,7 +95,6 @@ class ArrayBufferStream {
*/
set position (value) {
this._position = value + this.start;
return value;
}
/**