UNPKG

veracode-ci

Version:

Veracode client for triggering scans in Continuous Integration

10 lines (9 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { parseStringToArray: str => str.replace(/\\,/g, '%2C').split(',').map(ex => decodeURIComponent(ex)) }; exports.default = _default;