From ea591fc5ec00511294d72d8c67643ca683690f97 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 2 Dec 2021 18:40:59 +0100 Subject: [PATCH] Fix types Closes GH-19. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5449e3d..5bb4ffa 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /** - * @typedef {import('lowlight/lib/core.js').LowlightRoot} LowlightRoot + * @typedef {import('lowlight').Root} LowlightRoot * @typedef {import('lowlight/lib/core.js').HighlightSyntax} HighlightSyntax * @typedef {import('hast').Root} Root * @typedef {import('hast').Element} Element