UNPKG

reinput

Version:

A React Native TextInput with material style 😎

7 lines (6 loc) • 155 B
export default function pick (target = {}, attributes = []) { return attributes.reduce((memo, key) => ({ ...memo, [key]: target[key] }), {}) }