mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-09 13:48:41 +08:00
Fix remaining lint errors (#19166)
This commit is contained in:
2
types/json-stable-stringify/index.d.ts
vendored
2
types/json-stable-stringify/index.d.ts
vendored
@@ -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