git-mikado/src/commands/new_branch.js

6 lines
138 B
JavaScript
Raw Normal View History

2020-12-30 17:55:10 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (function () {
console.log('yay');
});