working rss feed to nostr publish
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (value) {
|
||||
// eslint-disable-next-line no-bitwise
|
||||
return value >>> 0;
|
||||
};
|
||||
Reference in New Issue
Block a user