Allocamelus / Allocamelus

Found unused variables in TypeScript code JS-0356
Performance
Major
2 years ago3 years old
'StorageLikeAsync' is defined but never used
 1import { StorageLikeAsync } from "@vueuse/core"; 2import { DBSchema, IDBPDatabase, StoreNames, StoreValue } from "idb";
 3
 4export class IDBStore<