UNPKG
libaskexperts
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
A TypeScript library to create experts based on NIP-174
libaskexperts
/
dist
/
index.d.ts
4 lines
(3 loc)
•
89 B
TypeScript
View Raw
1
2
3
4
export
{
Expert
}
from
'./expert'
;
export
*
from
'./constants'
;
export
*
from
'./types'
;