UNPKG

strong-mock

Version:

Type safe mocking library for TypeScript

6 lines (5 loc) 227 B
import type { Expectation } from '../expectation/expectation'; import type { Property } from '../proxy'; export declare class UnexpectedAccess extends Error { constructor(property: Property, expectations: Expectation[]); }