UNPKG
cui-llama.rn
Version:
latest (1.7.7)
1.7.7
1.7.6
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.6
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.0
1.2.6
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.0
Fork of llama.rn for ChatterUI
github.com/Vali-98/cui-llama.rn
Vali-98/cui-llama.rn
cui-llama.rn
/
lib
/
commonjs
/
NativeRNLlama.js
10 lines
(9 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_reactNative =
require
(
"react-native"
);
var
_default = _reactNative.
TurboModuleRegistry
.
get
(
'RNLlama'
);
exports
.
default
= _default;
//# sourceMappingURL=NativeRNLlama.js.map