(runtime: SessionRuntimeHints | undefined)
| 35 | export { resolveRuntimeTransportHints, trimRuntimeValue } from '../utils/runtime-transport.ts'; |
| 36 | |
| 37 | export function hasRuntimeTransportHints(runtime: SessionRuntimeHints | undefined): boolean { |
| 38 | return resolveRuntimeTransportHints(runtime) !== undefined; |
| 39 | } |
| 40 | |
| 41 | export async function applyRuntimeHintsToApp(params: { |
| 42 | device: DeviceInfo; |
no test coverage detected