UNPKG
expo-wakeword
Version:
latest (1.1.11)
1.1.11
1.1.10
1.1.9
1.1.8
Voice/Wake-word detection library for Expo (React Native)
expo-wakeword
/
expo
/
plugin
/
build
/
iOSPlugin.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
= withWakewordDetectionIOS;
declare
function
withWakewordDetectionIOS
(
config
:
any
):
import
(
"@expo/config-types"
).
ExpoConfig
;