utility functions for mapping generic arrays and objects (records/dictionaries).
to utilize the strict-narrow typing features of this submodule, you will have to write your mapping functions in a certain way.
moreover you will need to use typescript 4.9's satisfies operator for further better type checking.
utility functions for mapping generic arrays and objects (records/dictionaries).
to utilize the strict-narrow typing features of this submodule, you will have to write your mapping functions in a certain way.
moreover you will need to use
typescript 4.9
'ssatisfies
operator for further better type checking.