Preparing search index...
The search index is not available
activitypub-ucanto
activitypub-ucanto
activitypub
repo
ArrayRepository
Class ArrayRepository<T>
Type Parameters
T
Hierarchy
ArrayRepository
Index
Constructors
constructor
Methods
count
push
read
Properties
items
Constructors
constructor
new
Array
Repository
<
T
>
(
)
:
ArrayRepository
<
T
>
Type Parameters
T
Returns
ArrayRepository
<
T
>
Methods
count
count
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
push
push
(
activity
:
T
)
:
Promise
<
void
>
Parameters
activity:
T
Returns
Promise
<
void
>
read
read
(
)
:
Promise
<
{
items
:
T
[]
}
>
Returns
Promise
<
{
items
:
T
[]
}
>
Properties
Private
items
items
:
T
[]
= []
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
activitypub-
ucanto
Activity
Pub
Ucanto
activitypub
announcement
handler
inbox
outbox
repo
Array
Repository
constructor
count
push
read
items
Generated using
TypeDoc