* 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
()
| 6927 | * if it exists, or throws an error if it does not exist |
| 6928 | */ |
| 6929 | get(): Promise<string>; |
| 6930 | } |
| 6931 | declare module "cloudflare:sockets" { |
| 6932 | function _connect(address: string | SocketAddress, options?: SocketOptions): Socket; |
nothing calls this directly
no outgoing calls
no test coverage detected