mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 07:39:30 +08:00
4 lines
110 B
Text
4 lines
110 B
Text
declare module 'fast-json-stable-stringify' {
|
|
function stringify(obj: any): string;
|
|
export = stringify;
|
|
}
|