Settings: add clear cache option
This commit is contained in:
parent
2da07a8d01
commit
81b5fe1450
2 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
import { createCacheBucket } from "~platform/cache";
|
||||
|
||||
export const cacheBucket = /* @__PURE__ */ createCacheBucket("mastodon");
|
||||
export const CACHE_BUCKET_NAME = "mastodon"
|
||||
|
||||
export const cacheBucket = /* @__PURE__ */ createCacheBucket(CACHE_BUCKET_NAME);
|
||||
|
||||
export function toSmallCamelCase<T>(object: T) :T {
|
||||
if (!object || typeof object !== "object") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue