surrogate
Version:
Object method hooks made easy
16 lines (13 loc) • 864 B
JavaScript
const $96586206eab52612$export$bed10c4da9b8eb0a = 'method';
const $96586206eab52612$export$ccb33e29d92c9a58 = 'empty';
const $96586206eab52612$export$1cb7e2af85daea7b = 'both';
const $96586206eab52612$export$484f3009c2ee32ad = 'post';
const $96586206eab52612$export$4b15a4ac90c78f2b = 'pre';
var $96586206eab52612$export$b3a402ce9f993bc7 = /*#__PURE__*/ function(HookType) {
HookType["PRE"] = "pre";
HookType["POST"] = "post";
HookType["BOTH"] = "both";
return HookType;
}({});
export {$96586206eab52612$export$bed10c4da9b8eb0a as METHOD, $96586206eab52612$export$ccb33e29d92c9a58 as EMPTY, $96586206eab52612$export$1cb7e2af85daea7b as BOTH, $96586206eab52612$export$484f3009c2ee32ad as POST, $96586206eab52612$export$4b15a4ac90c78f2b as PRE, $96586206eab52612$export$b3a402ce9f993bc7 as HookType};
//# sourceMappingURL=surrogate.5d082a84.js.map