method IDurableObjectNamespace.idFromName
IDurableObjectNamespace.idFromName(name: string): unknown

Derives a stable object id from a name.

Parameters

name: string

The logical object name

Return Type

unknown

The object id

Usage

import { type IDurableObjectNamespace } from "cloudflare-plugin/src/index.ts";