UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

12 lines (10 loc) 165 B
function parseCliConfig () { const argsArr = process.argv const testType = argsArr[2] return { type: testType } } module.exports = { parseCliConfig }