From 26954a12f47b0361d7e36190f8234a68ca9c1fa4 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Wed, 21 Feb 2024 10:48:52 +0200 Subject: [PATCH] add api getDomain() --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index c9fad50..d3c41aa 100644 --- a/lib/index.js +++ b/lib/index.js @@ -521,6 +521,7 @@ function initDict(peer, config) { load, update, read, + getDomain: fromSubdomain, getFeedID, isGhostable, getGhostSpan,