We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3974c commit a1ba5b2Copy full SHA for a1ba5b2
src/index.js
@@ -1,3 +1,4 @@
1
+'use strict'
2
/**
3
* @author github.com/tintinweb
4
* @license MIT
src/utils.js
@@ -1,9 +1,9 @@
5
* */
6
-
7
function convert(str){
8
switch(str){
9
case '': return undefined;
@@ -33,6 +33,8 @@ function multilineInput(command){
33
return command;
34
}
35
36
+
37
38
module.exports = {
39
convert,
40
multilineInput
0 commit comments