mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 06:49:14 +08:00
3 lines
92 B
Text
3 lines
92 B
Text
export declare function stringifyWithoutComments(obj: {
|
|
[key: string]: any;
|
|
}): string;
|