UNPKG

iab-vast-parser

Version:

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

9 lines (7 loc) 165 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (arr) { return Array.isArray(arr) && arr.length > 0; };