UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

9 lines 275 B
/** * @packageDocumentation * * The `@rimbu/hashed/set` package provides the `HashSet` implementation.<br/> * <br/> * See the [Rimbu docs Set page](/docs/collections/set) for more information. */ export * from './interface/index.mjs'; //# sourceMappingURL=index.mjs.map