UNPKG

assertthat

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