From 744f53da0e8588a5c847223979b6e8d3814159d2 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Mon, 11 Dec 2023 14:43:22 +0200 Subject: [PATCH] add getDomain API as a helper --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 12ff695..346f479 100644 --- a/lib/index.js +++ b/lib/index.js @@ -570,6 +570,7 @@ function initSet(peer, config) { del, has, values, + getDomain: fromSubdomain, getFeedID, isGhostable, getGhostSpan,