UNPKG

surrogate

Version:

Object method hooks made easy

10 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InternalMethods = void 0; var InternalMethods; (function (InternalMethods) { InternalMethods["EventManager"] = "getSurrogate"; InternalMethods["Dispose"] = "disposeSurrogate"; InternalMethods["Bypass"] = "bypassSurrogate"; })(InternalMethods = exports.InternalMethods || (exports.InternalMethods = {})); //# sourceMappingURL=index.js.map