buxton

js utils collection from real-life work

Usage no npm install needed!

<script type="module">
  import buxton from 'https://cdn.skypack.dev/buxton';
</script>

README

js-utils

js utils collection from real-life work

Array

|method|description| |--|--| |chunk|split array to chunks| |pluck|pluck array list porperties| |range|make array| |uniqueArray|array list unique| |flatten|deep flatten an array with depth|