UNPKG

review-copilot

Version:

ReviewCopilot - AI-powered code review assistant with customizable prompts

7 lines (6 loc) 185 B
declare class EnvironmentHelpers { static get isGitHubActions(): boolean; static get isGitLabCI(): boolean; static get isCI(): boolean; } export default EnvironmentHelpers;