UNPKG

git-assure

Version:

A tool for analyzing GitHub repositories for sustainability and security risks.

12 lines (11 loc) 498 B
"use strict"; /** * GitHub Repository Analyzer * A tool for analyzing GitHub repositories for sustainability and security risks. * * This module exports the core functionality of the analyzer. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.analyzeGitHubRepository = void 0; const analyzer_1 = require("./src/analyzer"); Object.defineProperty(exports, "analyzeGitHubRepository", { enumerable: true, get: function () { return analyzer_1.analyzeGitHubRepository; } });