- constMap<const M, const S>(mappingEntries, shape?): ConstMapRet<ToGenericMappingFunc<M, S>>
-
Type Parameters
-
const M extends MappingEntries<unknown>
-
const S extends Shape = undefined
Parameters
-
mappingEntries: M
-
Optional
shape: S
Returns ConstMapRet<ToGenericMappingFunc<M, S>>