Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 568 Bytes

@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]