working rss feed to nostr publish
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std.internal
|
||||
*/
|
||||
export interface IEmpty {
|
||||
/**
|
||||
* Test whether container is empty.
|
||||
*/
|
||||
empty(): boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user