Skip to content

Commit a1ba5b2

Browse files
committed
use strict
1 parent 9f3974c commit a1ba5b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict'
12
/**
23
* @author github.com/tintinweb
34
* @license MIT

src/utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
'use strict'
12
/**
23
* @author github.com/tintinweb
34
* @license MIT
45
* */
56

6-
77
function convert(str){
88
switch(str){
99
case '': return undefined;
@@ -33,6 +33,8 @@ function multilineInput(command){
3333
return command;
3434
}
3535

36+
37+
3638
module.exports = {
3739
convert,
3840
multilineInput

0 commit comments

Comments
 (0)