UNPKG

sammich.js

Version:

Too many JavaScript files? Put 'em in a sammich.

9 lines (7 loc) 167 B
function assertInputFilePathsAreValid(inputFilePaths) { if (inputFilePaths.length < 1) { logIntro(); logUsage(); process.exit(1); } }