human-object-diff icon indicating copy to clipboard operation
human-object-diff copied to clipboard

Sensitive index

Open gustawdaniel opened this issue 2 years ago • 1 comments

fixed https://github.com/spence-s/human-object-diff/issues/13

gustawdaniel avatar Mar 27 '23 17:03 gustawdaniel

@gustawdaniel -- Ok I got it sorted with the build and stuff, feel free to change the eslint and prettier config the way you like most. -- If you don't mind fixing these PR's on what I have done, then I will merged in and bump npm versions.

in src/index.ts

please leave it exported as

export = DiffEngine

Which creates a simple default export for us that works well with TS in esm and cjs.

spence-s avatar Mar 27 '23 22:03 spence-s