surrogate
Version:
Object method hooks made easy
15 lines (12 loc) • 599 B
JavaScript
var $66c0dea2f60cbf63$export$47356c6d7298a51c = /*#__PURE__*/ function(SurrogateContext) {
SurrogateContext["Instance"] = "instance";
SurrogateContext["Surrogate"] = "surrogate";
return SurrogateContext;
}({});
var $66c0dea2f60cbf63$export$9255060c057a2446 = /*#__PURE__*/ function(MethodWrapper) {
MethodWrapper["Sync"] = "sync";
MethodWrapper["Async"] = "async";
return MethodWrapper;
}({});
export {$66c0dea2f60cbf63$export$47356c6d7298a51c as SurrogateContext, $66c0dea2f60cbf63$export$9255060c057a2446 as MethodWrapper};
//# sourceMappingURL=surrogate.a243fd60.js.map