UNPKG

bundle-checker

Version:

CLI tool to generate stats on the size of files between two git branches

5 lines (4 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var command_1 = require("@oclif/command"); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return command_1.run; } });