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";