working rss feed to nostr publish
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std.internal
|
||||
*/
|
||||
export interface ISize {
|
||||
/**
|
||||
* Number of elements in the container.
|
||||
*/
|
||||
size(): number;
|
||||
}
|
||||
Reference in New Issue
Block a user