UNPKG

chain-able

Version:

interfaces that describe their intentions.

4 lines (2 loc) 102 B
const toarr = require('./to-arr') module.exports = (one, two) => toarr(one || []).concat(toarr(two))