UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

6 lines (4 loc) 131 B
import type { Ad } from 'react-native-theoplayer'; export function isLinearAd(ad: Ad): boolean { return ad.type === 'linear'; }