mzgoddard / preact-render-spy

Render preact components with access to the produced virtual dom for testing.
https://www.npmjs.com/package/preact-render-spy
ISC License
178 stars 24 forks source link

chore: Rename Options -> ToStringOptions in index.d.ts #75

Closed mzgoddard closed 6 years ago

mzgoddard commented 6 years ago

Rename to ToStringOptions in index.d.ts for readability so its more clear that the interface is for stating how something will be stringified instead of the more opaque Options name.

mzgoddard commented 6 years ago

Making a small change to @peterjwest's PR work for clarity/readability.

peterjwest commented 6 years ago

👍