UNPKG
@react-native-ai/mlc
Version:
latest (0.12.0)
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
MLC LLM provider for Vercel AI SDK
github.com/callstackincubator/ai
callstackincubator/ai
@react-native-ai/mlc
/
lib
/
module
/
index.js
5 lines
(4 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
export
{ mlc }
from
'./ai-sdk'
;
export
{
default
as
MLCEngine
}
from
'./NativeMLCEngine'
;
//# sourceMappingURL=index.js.map