We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7310fd commit e4e1eceCopy full SHA for e4e1ece
lib/index.d.ts
@@ -75,7 +75,7 @@ interface StringifyOptions {
75
indent?: ' ' | string, // tabs are also valid
76
keySep?: ' = ' | string, // should have at most one = or :
77
latin1?: true | boolean, // default encoding for .properties files
78
- lineWidth?: 80 | number, // use null to disable
+ lineWidth?: 80 | number | null, // use null to disable
79
newline?: '\n' | string, // Windows uses \r\n
80
pathSep?: '.' | string // if non-default, use the same in parse()
81
foldChars?: '\f\t .' | string
0 commit comments