UNPKG

iab-vast-parser

Version:

Parses IAB VAST tags into iab-vast-model objects.

9 lines (7 loc) 220 B
import {StaticResource} from 'iab-vast-model' export default ($staticResource) => { const res = new StaticResource() res.creativeType = $staticResource.creativeType res.uri = $staticResource._value return res }