surrogate
Version:
Object method hooks made easy
21 lines (16 loc) • 795 B
JavaScript
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$export(module.exports, "SurrogateContext", () => $5da807cc202126ea$export$47356c6d7298a51c);
$parcel$export(module.exports, "MethodWrapper", () => $5da807cc202126ea$export$9255060c057a2446);
var $5da807cc202126ea$export$47356c6d7298a51c = /*#__PURE__*/ function(SurrogateContext) {
SurrogateContext["Instance"] = "instance";
SurrogateContext["Surrogate"] = "surrogate";
return SurrogateContext;
}({});
var $5da807cc202126ea$export$9255060c057a2446 = /*#__PURE__*/ function(MethodWrapper) {
MethodWrapper["Sync"] = "sync";
MethodWrapper["Async"] = "async";
return MethodWrapper;
}({});
//# sourceMappingURL=surrogate.68dbcc9f.js.map