README
js-collections-counter
Python's counter data structure for JavaScript. Parent is js-collections.
counter('abracadabra').get('a'); // 5
Python's counter data structure for JavaScript
<script type="module">
import aureoomsJsCollectionsCounter from 'https://cdn.skypack.dev/aureooms-js-collections-counter';
</script>
Python's counter data structure for JavaScript. Parent is js-collections.
counter('abracadabra').get('a'); // 5