testing js app
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, 'run', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _cli.run;
|
||||
}
|
||||
});
|
||||
|
||||
var _cli = require('./cli');
|
||||
Reference in New Issue
Block a user