UNPKG

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