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 narrowing the type checker.

Type Aliases

RecordMapper
RecordArgsMapper
SequenceMapper
SequenceArgsMapper

Functions

recordMap
recordArgsMap
sequenceMap
sequenceArgsMap