Current section

Files

Jump to
gossamer src gossamer map.type.ts
Raw

src/gossamer/map.type.ts

export type Map$<K, V> = Map<K, V>;