UNPKG

probot

Version:

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

3 lines (2 loc) 121 B
import type { PackageJson } from "../types.js"; export declare function loadPackageJson(filepath?: string): PackageJson;