mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
fix: forgot to export identity class 🤦
This commit is contained in:
parent
502c108eb6
commit
342a87fc8d
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue