UNPKG
sammich.js
Version:
alpha (3.0.0-alpha)
latest (3.0.1)
3.0.1
3.0.0
3.0.0-alpha
2.1.0
2.0.4
2.0.3
2.0.2
Too many JavaScript files? Put 'em in a sammich.
sammich.js
/
src
/
bin
/
assert.js
9 lines
(7 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
function
assertInputFilePathsAreValid
(inputFilePaths) { if (inputFilePaths.length <
1
) {
logIntro
();
logUsage
(); process
.exit
(
1
); } }