ContextEntry

View Source

Summary

A single request-context entry that associates a context key with its stored value type.

Signature

type ContextEntry<key, value> = readonly [key, value];