UNPKG

iab-vast-parser

Version:

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

9 lines (7 loc) 201 B
import {AdSystem} from 'iab-vast-model' export default ($adSystem) => { const adSystem = new AdSystem() adSystem.version = $adSystem.version adSystem.name = $adSystem._value return adSystem }