mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
14 lines
220 B
JavaScript
14 lines
220 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, 'run', {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _cli.run;
|
|
}
|
|
});
|
|
|
|
var _cli = require('./cli');
|