UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

3 lines (2 loc) 153 B
import { detectRuntime } from "./detect-runtime.js"; export declare function getRuntimeVersion(globalThis: Parameters<typeof detectRuntime>[0]): string;