core3-utils

@wixc3/common on Github

Home > @wixc3/common > Mapping

Mapping type

Signature:

export type Mapping<S, T> = (src: S) => T;