IDurableObjectStorage.get<T>(key: string): Promise<T | undefined>
Usage
import { type IDurableObjectStorage } from "cloudflare-plugin/src/index.ts";
IDurableObjectStorage.get<T>(key: string): Promise<T | undefined>
import { type IDurableObjectStorage } from "cloudflare-plugin/src/index.ts";