UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

5 lines (4 loc) 290 B
import type { GitMeta } from "@trigger.dev/core/v3"; export declare function createGitMeta(directory: string): Promise<GitMeta | undefined>; export declare function sanitizeGitRemoteUrl(remoteUrl: string | undefined): string | undefined; export declare function isGitHubActions(): boolean;