UNPKG

iab-vast-parser

Version:

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

9 lines (7 loc) 176 B
import {Survey} from 'iab-vast-model' export default ($survey) => { const survey = new Survey() survey.type = $survey.type survey.uri = $survey._value return survey }