UNPKG

assertthat

Version:
5 lines (4 loc) 258 B
import { AssertionFailed } from '../../../errors'; import { Result } from 'defekt'; declare const assertActualIsNotInstanceOf: (actual: object, expected: (...args: any[]) => any) => Result<undefined, AssertionFailed>; export { assertActualIsNotInstanceOf };