UNPKG

surrogate

Version:

Object method hooks made easy

13 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SurrogateHandlerContainer = void 0; const base_1 = require("./base"); class SurrogateHandlerContainer extends base_1.BaseContainer { constructor(handler, type, options) { super(handler, type, options); this.handler = handler; this.type = type; } } exports.SurrogateHandlerContainer = SurrogateHandlerContainer; //# sourceMappingURL=handler.js.map