Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
type alias Deno.Const
Unstable
definition: Cast<T, (T extends
| string
| number
| bigint
| boolean
? T : never) | [K in keyof T]: Const<T[K]> | []
>