UNPKG

424 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BeforeFindAfterOptions = void 0;
4const hooks_service_1 = require("../../shared/hooks-service");
5function BeforeFindAfterOptions(...args) {
6 return (0, hooks_service_1.implementHookDecorator)('beforeFindAfterOptions', args);
7}
8exports.BeforeFindAfterOptions = BeforeFindAfterOptions;
9//# sourceMappingURL=before-find-after-options.js.map
\No newline at end of file