working rss feed to nostr publish
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (fn) {
|
||||
if (typeof fn !== "function") throw new TypeError(fn + " is not a function");
|
||||
return fn;
|
||||
};
|
||||
Reference in New Issue
Block a user