UNPKG

166 BTypeScriptView Raw
1/**
2 * GitHub sends its JSON with an indentation of 2 spaces and a line break at the end
3 */
4export declare function toNormalizedJsonString(payload: object): string;