UNPKG
okesa
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.3
1.0.1
1.0.0
Okesa: LLM-powered Natural Language Processing 💬
github.com/AdiPat/okesa
okesa
/
index.ts
5 lines
(3 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
import
{
Makakasho
}
from
"./src/core/makakasho"
;
import
{
NlpConfig
}
from
"./src/core/nlp-config"
;
export
{
Makakasho
,
NlpConfig
};