MCPcopy Create free account
hub / github.com/fontsource/fontsource / get

Method get

website/worker-configuration.d.ts:6929–6929  ·  view source on GitHub ↗

* Get a secret from the Secrets Store, returning a string of the secret value * if it exists, or throws an error if it does not exist

()

Source from the content-addressed store, hash-verified

6927 * if it exists, or throws an error if it does not exist
6928 */
6929 get(): Promise<string>;
6930}
6931declare module "cloudflare:sockets" {
6932 function _connect(address: string | SocketAddress, options?: SocketOptions): Socket;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected