UNPKG

assertthat

Version:
5 lines (4 loc) 263 B
import { AssertionFailed } from '../../../errors'; import { Result } from 'defekt'; declare const assertActualIsNotAnError: <TValue, TError extends Error>(actual: Result<TValue, TError>) => Result<undefined, AssertionFailed>; export { assertActualIsNotAnError };