chore: format player storage and timeline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type StorageLike = Pick<Storage, 'getItem' | 'setItem' | 'removeItem'>;
|
||||
export type StorageLike = Pick<Storage, "getItem" | "setItem" | "removeItem">;
|
||||
|
||||
const getLocalStorage = (): StorageLike | null => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user