function getStorageBackend
getStorageBackend(): "bunny" | "local" | "none"

Returns which storage backend is active: "bunny", "local", or "none".

Return Type

"bunny" | "local" | "none"

Usage

import { getStorageBackend } from "doc.ts";