calebmsword / clone-deep

A dependency-free utility for deeply cloning JavaScript objects.
MIT License
0 stars 0 forks source link

created public and private types #7

Closed calebmsword closed 10 months ago

calebmsword commented 10 months ago

Created public and private types files. This should stop TypeScript from allowing the user to import unnecessary types.

I also included index.html in npmignore.