UNPKG

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