UNPKG

assertthat

Version:
5 lines (4 loc) 274 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertStringIsNotContainingAllOfIterable: (actual: string, iterable: Iterable<string>) => Result<undefined, AssertionFailed>; export { assertStringIsNotContainingAllOfIterable };