From 342a87fc8db8058c40fab48e07e9ca9e3bdf0626 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Mon, 30 Sep 2024 16:21:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20forgot=20to=20export=20identity=20class?= =?UTF-8?q?=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- identity/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/identity/mod.ts b/identity/mod.ts index a909596..d3da0da 100644 --- a/identity/mod.ts +++ b/identity/mod.ts @@ -1,3 +1,4 @@ export type { BlahActKeyRecord } from "./actKey.ts"; export type { BlahIdentityFile } from "./identityFile.ts"; export type { BlahProfile } from "./profile.ts"; +export * from "./identity.ts";