Merge pull request #14780 from backstage/freben/globals

avoid globals
This commit is contained in:
Fredrik Adelöw
2022-11-22 20:18:27 +01:00
committed by GitHub
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.');