*Export utils and types from libresolver

This commit is contained in:
Derrick Hammer 2023-02-19 17:35:54 -05:00
parent e8954d7fe9
commit d9e0e654d8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,5 @@ function handleGetSupportedTlds(aq: ActiveQuery) {
}
export * from "./resolverRegistry.js";
export * from "@lumeweb/libresolver/dist/util.js";
export * from "@lumeweb/libresolver/dist/types.js";