INNER CODE UNIT · TypeScript

isSystemTtsSynthesisAvailable

codedogQBY/ReadAny · packages/app-expo/modules/system-tts-synthesis/index.ts:42

export function isSystemTtsSynthesisAvailable(): boolean {
  return (Platform.OS === "android" || Platform.OS === "ios") && mod !== noop;
}

export default mod;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…