@manuth/interceptor
Version:
Provides a convenient way to intercept method- property- and accessor-calls of an object.
8 lines (7 loc) • 398 B
TypeScript
export { ExistenceChecker } from "./ExistenceChecker.js";
export { IInterception } from "./IInterception.js";
export { InterceptionCollection } from "./InterceptionCollection.js";
export { Interceptor } from "./Interceptor.js";
export { MethodInterception } from "./MethodInterception.js";
export { PropertyGetter } from "./PropertyGetter.js";
export { PropertySetter } from "./PropertySetter.js";