UNPKG
@picovoice/cheetah-react-native
Version:
latest (4.0.5)
4.0.5
4.0.4
4.0.2
4.0.1
4.0.0
3.0.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Picovoice Cheetah React Native binding
github.com/Picovoice/cheetah/
Picovoice/cheetah
@picovoice/cheetah-react-native
/
lib
/
typescript
/
index.d.ts
4 lines
(3 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
import
Cheetah
from
'./cheetah'
;
import
*
as
CheetahErrors
from
'./cheetah_errors'
;
export
{
Cheetah
,
CheetahErrors
};