UNPKG

iab-vast-parser

Version:

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

9 lines (7 loc) 170 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (str) { return typeof str === 'string' && str.length > 0; };