UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

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