From 5dcf262508bae223d33f35120808f3f4ee1503d0 Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:46:07 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20export=E3=81=97=E5=BF=98=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/rest/mod.ts b/rest/mod.ts index 88723d0..8ecdc31 100644 --- a/rest/mod.ts +++ b/rest/mod.ts @@ -3,6 +3,7 @@ export * from "./project.ts"; export * from "./profile.ts"; export * from "./replaceLinks.ts"; export * from "./page-data.ts"; +export * from "./getSnapshots.ts"; export * from "./link.ts"; export * from "./search.ts"; export * from "./getWebPageTitle.ts";