Skip to content

Commit dbfc29c

Browse files
committed
use explicit exports
1 parent df1bb5f commit dbfc29c

File tree

1 file changed

+7
-2
lines changed
  • plugins/node/instrumentation-sequelize/src

1 file changed

+7
-2
lines changed

plugins/node/instrumentation-sequelize/src/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
export * from './instrumentation';
17-
export * from './types';
16+
export { SequelizeInstrumentation } from './instrumentation';
17+
export type {
18+
SequelizeResponseCustomAttributesFunction,
19+
SequelizeQueryHook,
20+
SequelizeQueryHookParams,
21+
SequelizeInstrumentationConfig,
22+
} from './types';

0 commit comments

Comments
 (0)