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
/
src
/
index.ts
8 lines
(6 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// Export the Expert class
export
{
Expert
}
from
'./expert'
;
// Export constants
export
*
from
'./constants'
;
// Export types
export
*
from
'./types'
;