UNPKG

@s-hiroshi/bks

Version:

Cli bookmarks application

16 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VersionControl = void 0; class VersionControl { constructor() { this.controlCharactor = "version"; } getControlCharactor() { return this.controlCharactor; } async execute() { console.log("0.0.30"); } } exports.VersionControl = VersionControl; //# sourceMappingURL=VersionControl.js.map