working rss feed to nostr publish
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.invalidFunction = void 0;
|
||||
const invalidFunction = (message) => () => {
|
||||
throw new Error(message);
|
||||
};
|
||||
exports.invalidFunction = invalidFunction;
|
||||
Reference in New Issue
Block a user