UNPKG

iab-vast-parser

Version:

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

9 lines (7 loc) 205 B
import {Category} from 'iab-vast-model' export default ($category) => { const category = new Category() category.authority = $category.authority category.code = $category._value return category }