UNPKG
observer-ax
Version:
latest (1.0.1)
1.0.1
1.0.0
Patrón observable, event Bus.
github.com/josmejia2401/observer-ax
josmejia2401/observer-ax
observer-ax
/
src
/
main
/
models
/
Item.model.ts
6 lines
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
NotifyObject
}
from
"./NotifyObject.model"
;
export
interface
ItemBus
{
data
:
NotifyObject
;
topic
:
string
;
tries
:
number
; }