avoid globals

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-11-22 15:36:22 +01:00
parent 724ac79ed8
commit d3fea4ae0a
19 changed files with 212 additions and 21 deletions
@@ -47,7 +47,7 @@ export class StorageBucket implements Storage {
private readonly bucket: string,
) {}
[name: string]: any;
[itemName: string]: any;
get length(): number {
throw new Error('Method not implemented.');