Safely and quickly serialize JavaScript objects
The follow example returns `undefined`: ``` import safeStringify from "fast-safe-stringify"; safeStringify(undefined) // -> returns undefined ``` But the type definition only specifies `string` as return type, we should update it to `string | undefined` instead.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by zlk89 and has received 0 comments.