UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

9 lines (8 loc) 139 B
export function unwind(property) { return obj => { return obj[property].map(x => ({ ...obj, [property]: x, })) } }