UNPKG
@gleif-it/did-webs-ts
Version:
dev (0.0.0-dev.2)
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.1
0.0.0
0.0.0-dev.2
0.0.0-dev.1
did-webs typescript library
github.com/GLEIF-IT/did-webs-ts
GLEIF-IT/did-webs-ts
@gleif-it/did-webs-ts
/
dist
/
cjs
/
types
/
api
/
Config.d.ts
6 lines
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Config
{
host
:
string
;
port
?:
number
;
path
?:
string
; }
//# sourceMappingURL=Config.d.ts.map