UNPKG
nostr-tribes
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Client library for using nostr tribes
tribewiki.org/Nostr-tribes
lez/nostr-tribes
nostr-tribes
/
lib
/
util.d.ts
8 lines
(7 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
Event
,
type
Filter
}
from
"nostr-tools"
;
export
declare
class
MemStore
{
events
:
Event
[];
constructor
(
);
add
(
event
:
Event
):
void
;
filtr
(
filtr
:
Filter
):
Event
[]; }