UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

12 lines (11 loc) 195 B
"use strict"; function parseCliConfig() { const argsArr = process.argv; const testType = argsArr[2]; return { type: testType }; } module.exports = { parseCliConfig };