UNPKG
@notadd/server
Version:
latest (2.4.5)
2.4.5
2.4.4
2.4.3
2.4.2
2.4.0
2.3.31
2.3.30
2.3.28
2.3.27
2.3.26
2.3.25
2.3.24
2.3.23
2.3.22
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.0
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.5
2.1.3
Notadd Server Package.
github.com/notadd/next
notadd/next
@notadd/server
/
cluster.d.ts
12 lines
(11 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
ClusterStarter
{
protected
bootstrap
:
string
;
protected
child
:
any
;
protected
pid
:
number
;
initialize
():
void
;
start
():
void
;
protected
message
(
message
: {
action
:
string
; }):
void
; }
export
declare
const
Cluster
:
ClusterStarter
;