UNPKG

surrogate

Version:

Object method hooks made easy

26 lines (21 loc) 1.21 kB
function $parcel$export(e, n, v, s) { Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true}); } $parcel$export(module.exports, "METHOD", () => $173529f42333421b$export$bed10c4da9b8eb0a); $parcel$export(module.exports, "EMPTY", () => $173529f42333421b$export$ccb33e29d92c9a58); $parcel$export(module.exports, "BOTH", () => $173529f42333421b$export$1cb7e2af85daea7b); $parcel$export(module.exports, "POST", () => $173529f42333421b$export$484f3009c2ee32ad); $parcel$export(module.exports, "PRE", () => $173529f42333421b$export$4b15a4ac90c78f2b); $parcel$export(module.exports, "HookType", () => $173529f42333421b$export$b3a402ce9f993bc7); const $173529f42333421b$export$bed10c4da9b8eb0a = 'method'; const $173529f42333421b$export$ccb33e29d92c9a58 = 'empty'; const $173529f42333421b$export$1cb7e2af85daea7b = 'both'; const $173529f42333421b$export$484f3009c2ee32ad = 'post'; const $173529f42333421b$export$4b15a4ac90c78f2b = 'pre'; var $173529f42333421b$export$b3a402ce9f993bc7 = /*#__PURE__*/ function(HookType) { HookType["PRE"] = "pre"; HookType["POST"] = "post"; HookType["BOTH"] = "both"; return HookType; }({}); //# sourceMappingURL=surrogate.014ad084.js.map