UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

5 lines (4 loc) 155 B
/** * GitHub sends its JSON with no indentation and no line break at the end */ export declare function toNormalizedJsonString(payload: object): string;