From 0fda6e2855e7f2711931c9cad8b2c299dae83134 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Mon, 29 Jul 2024 18:56:39 +0200 Subject: [PATCH] Switch to CommonJS export in types --- dist/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 67b710c..e2e4e4f 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,3 +1,3 @@ import toc from "@jsdevtools/rehype-toc"; export * from "@jsdevtools/rehype-toc"; -export default toc; +export = toc;