Export all types in types.ts

This commit is contained in:
Cayman 2022-04-13 13:23:27 -05:00
parent 9a851a095a
commit b02fbc57a0
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export type {PublicKey, SecretKey, Signature} from "./interface.js";
export * from "./interface.js";