UNPKG

surrogate

Version:

Object method hooks made easy

13 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MethodContainer = void 0; const base_1 = require("./base"); const which_1 = require("../which"); class MethodContainer extends base_1.BaseContainer { constructor(handler) { super(handler, which_1.METHOD); this.handler = handler; } } exports.MethodContainer = MethodContainer; //# sourceMappingURL=method.js.map