UNPKG
@iprokit/service
Version:
latest (1.0.0)
1.0.0
Powering distributed systems with simplicity and speed.
github.com/iprokit/service
iprokit/service
@iprokit/service
/
lib
/
sdp
/
index.d.ts
8 lines
(7 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@iProKit
/Service * Copyright (c) 2019-2025 Rutvik Katuri / iProTechs * SPDX-License-Identifier: Apache-2.0 */
export
{
default
as
Pod
,
Attributes
}
from
'./pod'
;
export
{
default
as
Server
,
IPod
}
from
'./server'
;