UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 417 B
import type { PrBodyStruct } from './types'; export declare const prDebugDataRe: RegExp; export declare function hashBody(body: string | undefined): string; export declare function getRenovateDebugPayload(body: string): string | undefined; export declare function getRenovateConfigHashPayload(body: string): string | undefined; export declare function getPrBodyStruct(input: string | undefined | null): PrBodyStruct;