Kind: Function
Source: src/helper/adapter/index.ts
Part of: Helper
Signature
tsfunction env(c: T extends Record<string, unknown> ? Context : C, runtime: Runtime): T & C['env']
Parameters
| Name | Type |
|---|---|
c | T extends Record<string, unknown> ? Context : C |
runtime | Runtime |
Returns: T & C['env']
Was this page helpful?