We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f6ba7 + cb127d5 commit 1d1b132Copy full SHA for 1d1b132
1 file changed
rollup/ssr.cjs
@@ -29,7 +29,7 @@ Comment.prototype.toString = function toString() {
29
}
30
};
31
32
-/** @type {(content?: string, mimeType?: string) => import("./keyed.js")} */
+/** @type { (content?: string, mimeType?: string) => import("./keyed.js") & { document: Document } } */
33
export default (content, mimeType) => ${
34
// tested via integration
35
fixExports(
0 commit comments