ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.47k stars 731 forks source link

Add typescript definition for allowEmptyArrays in IStringifyOptions #503

Closed lucian-student closed 3 months ago

lucian-student commented 3 months ago

Currently there is no typescript support for this feature. It wa

Workaround is: stringify(data, { allowEmptyArrays: true } as IStringifyOptions)

lucian-student commented 3 months ago

its been fixed

ljharb commented 3 months ago

Either way, this package has no types, so this issue probably belongs in DT.