UNPKG

assertthat

Version:
5 lines (4 loc) 246 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertStringIsNotMatchingRegExp: (actual: string, expected: RegExp) => Result<undefined, AssertionFailed>; export { assertStringIsNotMatchingRegExp };