UNPKG

@opra/testing

Version:
7 lines (6 loc) 255 B
import '../expect-extend/index.js'; import { ApiExpectBase } from './api-expect-base.js'; export declare class ApiExpectOperationResult extends ApiExpectBase { get not(): ApiExpectOperationResult; toBeAffected(min?: number, max?: number): this; }