core3-utils

@wixc3/common on Github

Home > @wixc3/common > MapValue

MapValue type

Signature:

export type MapValue<T> = T extends Map<infer _, infer V> ? V : never;