UNPKG

assertthat

Version:
5 lines (4 loc) 221 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertSetIsNotEmpty: <TContent>(actual: Set<TContent>) => Result<undefined, AssertionFailed>; export { assertSetIsNotEmpty };