spec now at 1.0.0 release candidate

added domain freezing, suggest tld as domain receive rep, bug fixes
This commit is contained in:
stjet
2024-09-10 20:01:18 +00:00
parent 221af83c90
commit 998a621601
44 changed files with 195 additions and 86 deletions

View File

@@ -1,4 +1,5 @@
import * as util from "./util";
export * from "./constants";
import * as resolver from "./resolver";
import * as manager from "./manager";
import * as types from "./types";