mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Type definitions for json-stable-stringify 1.0
|
||||
// Project: https://github.com/substack/json-stable-stringify
|
||||
// Definitions by: Matt Frantz <https://github.com/mhfrantz/>
|
||||
// Definitions by: Matt Frantz <https://github.com/mhfrantz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare function stringify(obj: any, opts?: stringify.Comparator | stringify.Options): string;
|
||||
|
||||
Reference in New Issue
Block a user