UNPKG

@mutasim77/loc-counter

Version:

A powerful lines of code counter with detailed statistics

13 lines (12 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = void 0; const cli_1 = require("./cli"); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return cli_1.run; } }); // In case if this file is being run directly if (require.main === module) { (0, cli_1.run)().catch(err => { console.error('Unhandled error:', err); process.exit(1); }); }