types

Hash, SortedSet

Usage no npm install needed!

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

README

Types

Build Status

Collection of extra types (structures, classes) for JavaScript.

  • Set - Array-like structure that holds only unique elements.
  • Hash - Provides hashtable, where keys can be anything.
  • SortedList - Sequences builder with weight prioritizing.