README loose-interleave example var interleave = require('loose-interleave') interleave([1, 3], [2]) // [1, 2, 3] license MIT