npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

list-to-matrix

1.0.0

@stevemao

npmHomeRepoSnykSocket
Downloads:3
$ npm install list-to-matrix
DailyWeeklyMonthlyYearly

Convert list to matrix

listToMatrix([1, 2, 3, 4, 5, 6, 7, 8, 9], 3)
// => [[1, 2, 3], [4, 5, 6], [7, 8, 9]]