working rss feed to nostr publish
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const tslib_1 = require("tslib");
|
||||
tslib_1.__exportStar(require("./invalidFunction"), exports);
|
||||
tslib_1.__exportStar(require("./invalidProvider"), exports);
|
||||
+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;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.invalidProvider = void 0;
|
||||
const invalidProvider = (message) => () => Promise.reject(message);
|
||||
exports.invalidProvider = invalidProvider;
|
||||
Reference in New Issue
Block a user