UNPKG
@imqueue/core
Version:
latest (2.0.25)
2.0.25
2.0.24
2.0.22
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.11
2.0.10
2.0.9
2.0.8
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.15.0
1.13.2
1.13.1
1.13.0
1.12.0
1.11.10
1.11.9
1.11.8
1.11.7
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.18
1.3.17
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.9
1.3.8
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
Simple JSON-based messaging queue for inter service communication
imqueue.com
imqueue/core
@imqueue/core
/
debug_getter.d.ts
10 lines
(9 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
DebugGetter
{
name
:
string
;
static
propertiesMap
:
Record
<
string
,
string
>;
private
get
property
();
private
set
property
(
value
);
constructor
(
name
:
string
);
addProperty
(
value
:
string
):
void
;
removeProperty
():
void
; }