UNPKG

assertthat

Version:
5 lines (4 loc) 229 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertMapIsNotEmpty: <TKey, TValue>(actual: Map<TKey, TValue>) => Result<undefined, AssertionFailed>; export { assertMapIsNotEmpty };