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
/
composeDid.d.ts
3 lines
•
177 B
TypeScript
View Raw
1
2
3
import
{
Did
}
from
'../core/Did.js'
;
export
declare
const
composeDid
:
(
host
:
string
,
aid
:
string
,
path
?:
string
,
port
?:
number
) =>
Did
;
//# sourceMappingURL=composeDid.d.ts.map