mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
declare module 'fast-json-stable-stringify' {
|
|
function stringify(obj: any): string;
|
|
export = stringify;
|
|
}
|