UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines (6 loc) 142 B
export function objOf(key, value){ if (arguments.length === 1){ return _value => objOf(key, _value) } return { [ key ] : value } }