@sovpro/join-num

1.0.0 • Public • Published

Join Number

Join an array of single-digit integer numbers.

Build status for Node.js 4.x and newer

Join from an array

let join_num = joinNum ([1, 2, 3])

Join from an iterable value

let join_num = joinNum (
  Array.from (iterable_value)
)

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @sovpro/join-num

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • sovpro