File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
lib/node_modules/@stdlib/utils Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( realMax ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( realMin ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( safeIntMax ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( safeIntMin ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( sizeOf ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( typeMax ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function main() {
55
55
return ;
56
56
}
57
57
58
- // Get any provided command-line arguments:s
58
+ // Get any provided command-line arguments:
59
59
args = cli . args ( ) ;
60
60
console . log ( typeMin ( args [ 0 ] ) ) ; // eslint-disable-line no-console
61
61
}
You can’t perform that action at this time.
0 commit comments