We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e90f7 commit 89a62e3Copy full SHA for 89a62e3
line.d.ts renamed to line.ts
scrapbox.d.ts renamed to scrapbox.ts
@@ -1,5 +1,5 @@
1
-import type { ParsedLine } from "./line.d.ts";
2
-export * from "./line.d.ts";
+import type { ParsedLine } from "./line.ts";
+export * from "./line.ts";
3
4
// utilities
5
type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
0 commit comments