working rss feed to nostr publish
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// Exports true if environment provides native `Symbol` implementation
|
||||
|
||||
"use strict";
|
||||
|
||||
var Symbol = require("ext/global-this").Symbol;
|
||||
|
||||
module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";
|
||||
Reference in New Issue
Block a user