UNPKG

@octokit/webhooks-methods

Version:
5 lines (4 loc) 168 B
export declare function verify(secret: string, eventPayload: string, signature: string): Promise<boolean>; export declare namespace verify { var VERSION: string; }