We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e8b18 commit 9d2b937Copy full SHA for 9d2b937
javascript-stringify.d.ts
@@ -3,7 +3,9 @@ declare function stringify (value: any, replacer?: Function, space?: string | nu
3
declare namespace javascriptStringify {
4
export interface Options {
5
maxDepth?: number;
6
+ maxValues?: number;
7
references?: boolean;
8
+ skipUndefinedProperties?: boolean;
9
}
10
11
0 commit comments