UNPKG

assertthat

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