working rss feed to nostr publish
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std.internal
|
||||
*/
|
||||
export interface IClear {
|
||||
/**
|
||||
* Clear elements.
|
||||
*/
|
||||
clear(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user