working rss feed to nostr publish
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Hash function.
|
||||
*
|
||||
* @param itemList The items to be hashed.
|
||||
* @return The hash code.
|
||||
*/
|
||||
export declare function hash(...itemList: any[]): number;
|
||||
Reference in New Issue
Block a user