0.1.2 • Published 11 months ago

@3-/chunk v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 months ago

@3-/chunk

test/main.coffee :

#!/usr/bin/env coffee

> @3-/chunk

console.log chunk [1,2,3,4,5],2

output :

[ [ 1, 2 ], [ 3, 4 ], [ 5 ] ]

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

0.1.2

11 months ago