Authoring entry point for v0.5.0 manifests. The const generic
parameters R and O capture the literal requires / optional arrays
at the call site without the author writing as const, so providers
and contribution factories receive a precisely-typed deps object.
Per A2-α §3.1 (TypeScript 5.0+ const modifier on generic parameters).
Authoring entry point for v0.5.0 manifests. The
constgeneric parameters R and O capture the literalrequires/optionalarrays at the call site without the author writingas const, so providers and contribution factories receive a precisely-typed deps object.Per A2-α §3.1 (TypeScript 5.0+
constmodifier on generic parameters).