Skip to content

Commit 89a62e3

Browse files
committed
🚚
1 parent 05e90f7 commit 89a62e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

line.d.ts renamed to line.ts

File renamed without changes.

scrapbox.d.ts renamed to scrapbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { ParsedLine } from "./line.d.ts";
2-
export * from "./line.d.ts";
1+
import type { ParsedLine } from "./line.ts";
2+
export * from "./line.ts";
33

44
// utilities
55
type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;

0 commit comments

Comments
 (0)