UNPKG

simple-git

Version:

Simple GIT interface for node.js

21 lines 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PullSummary { constructor() { this.remoteMessages = { all: [], }; this.created = []; this.deleted = []; this.files = []; this.deletions = {}; this.insertions = {}; this.summary = { changes: 0, deletions: 0, insertions: 0, }; } } exports.PullSummary = PullSummary; //# sourceMappingURL=PullSummary.js.map