Safely and quickly serialize JavaScript objects

Type module support#65

Closed
Opened 9/6/20231 commentsby gustawdaniel
gustawdaniel

I have `type: module` in package.json Now I am using ``` import safeStringify from 'fast-safe-stringify'; ``` and ``` safeStringify.default(incident) ``` I would prefer to hide this `.defaut` in the library code so it should be built as esm and cjs version.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by gustawdaniel and has received 1 comments.

Add a comment
Comment form would go here