From 89a62e3b620771399722c71434c2296cab173771 Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Mon, 2 Aug 2021 03:45:08 +0900 Subject: [PATCH] :truck: --- line.d.ts => line.ts | 0 scrapbox.d.ts => scrapbox.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename line.d.ts => line.ts (100%) rename scrapbox.d.ts => scrapbox.ts (99%) diff --git a/line.d.ts b/line.ts similarity index 100% rename from line.d.ts rename to line.ts diff --git a/scrapbox.d.ts b/scrapbox.ts similarity index 99% rename from scrapbox.d.ts rename to scrapbox.ts index 1aa6fd9..cdcab3e 100644 --- a/scrapbox.d.ts +++ b/scrapbox.ts @@ -1,5 +1,5 @@ -import type { ParsedLine } from "./line.d.ts"; -export * from "./line.d.ts"; +import type { ParsedLine } from "./line.ts"; +export * from "./line.ts"; // utilities type Omit = Pick>;