Skip to content

unctionjs/couple

Repository files navigation

@unction/couple

Tests Stability Dependencies

L => R => [L, R]

Takes any value and then any value and returns an array containing those values.

couple(4)(5) // => [4, 5]