Skip to content

InferFlags ​

Extract resolved value types from a record of builders.

Signatures ​

ts
type InferFlags<T extends Record<string, FlagBuilder<FlagConfig>>> = { [K in keyof T]: InferFlag<T[K]> };

See Also ​

Released under the MIT License.