UNPKG

assertthat

Version:
7 lines (6 loc) 199 B
interface MapAssertions<TKey, TValue> { atLeast: (expected: Map<TKey, TValue>) => void; atMost: (expected: Map<TKey, TValue>) => void; empty: () => void; } export type { MapAssertions };