UNPKG

surrogate

Version:

Object method hooks made easy

12 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmptyContainer = void 0; const base_1 = require("./base"); const which_1 = require("../which"); class EmptyContainer extends base_1.BaseContainer { constructor() { super(() => { }, which_1.EMPTY); } } exports.EmptyContainer = EmptyContainer; //# sourceMappingURL=empty.js.map