mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ declare module 'json-stable-stringify' {
|
||||
|
||||
function stringify(obj: any, opts?: stringify.Comparator | stringify.Options): string;
|
||||
|
||||
module stringify {
|
||||
namespace stringify {
|
||||
|
||||
interface Element {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user