update git-check
This commit is contained in:
@@ -885,3 +885,7 @@ export function stringifySorted<T extends Record<string, any>>(
|
||||
return value;
|
||||
}, space);
|
||||
}
|
||||
|
||||
export function stringifyPretty(object: any): string {
|
||||
return JSON.stringify(object, null, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user