DoneDeal0 / superdiff

Superdiff compares two arrays or objects and returns a full diff of their differences in a readable format.
https://www.npmjs.com/package/@donedeal0/superdiff
439 stars 3 forks source link

feat: export types #19

Closed mfactorial closed 2 months ago

mfactorial commented 2 months ago

Currently, it's not possible to import and reuse these types directly from the package in the consumer application. Exporting them solves this problem and improves type safety and code reuse across projects.