mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 10:44:33 +00:00
Fix various lint errors (#15530)
This commit is contained in:
2
types/stringify-object/index.d.ts
vendored
2
types/stringify-object/index.d.ts
vendored
@@ -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