UNPKG

@extra-array/join

Version:
7 lines (4 loc) 93 B
const array = require("extra-array"); var x = [1, 2]; array.join(x); array.join(x, " : ");