Note: This is a fork of the original repository with added support for both ESM (ECMAScript Modules) and CommonJS formats with proper import/export handling. The package exports are configured ...
The standard JSON.stringify() accepts a replacer function to transform values before serialization, but it doesn't support async operations. This package provides an asyncStringify function that ...