UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

2 lines (1 loc) 107 B
export declare function verify(secret: string, payload: string | object, signature: string): Promise<any>;