mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Fix various lint errors (#15530)
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ declare namespace stringifyObject { }
|
||||
declare function stringifyObject(o: any, options?: {
|
||||
indent?: string,
|
||||
singleQuotes?: boolean,
|
||||
filter?: (o: any, prop: string) => boolean,
|
||||
filter?(o: any, prop: string): boolean,
|
||||
inlineCharacterLimit?: number
|
||||
}): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user