UNPKG

redux-form-normalize-on-blur

Version:

a Field component that supports a normalizeOnBlur property

2 lines (1 loc) 75 B
export default function memoize<I, O>(fn: (arg1: I) => O): (arg1: I) => O;