UNPKG

@octokit/webhooks-methods

Version:
5 lines (4 loc) 139 B
export declare function sign(secret: string, payload: string): Promise<string>; export declare namespace sign { var VERSION: string; }