We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a54b83 commit 82d684aCopy full SHA for 82d684a
test/test_utils.ts
@@ -1,8 +1,8 @@
1
import {
2
default as puppeteer,
3
- Page,
+ type Page,
4
} from "https://deno.land/x/[email protected]/mod.ts";
5
-import { CSS, render, RenderOptions } from "../mod.ts";
+import { CSS, render, type RenderOptions } from "../mod.ts";
6
7
type TestCase = {
8
markdown: string;
0 commit comments