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
/
commonjs
/
NativeMLCEngine.js
9 lines
(8 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_reactNative =
require
(
"react-native"
);
var
_default =
exports
.
default
= _reactNative.
TurboModuleRegistry
.
getEnforcing
(
'MLCEngine'
);
//# sourceMappingURL=NativeMLCEngine.js.map