This one's just a cleanliness and structure thing. index.ts was a helpful playground while we were building the package, but we really shouldn't be using it as a testbed at this point in the package development.
We'll also want to play around with exports. How should we best organize exports to support clean API documentation while not completely cluttering an application imports section with a bunch of confusing paths like dinodns/common/network.
This one's just a cleanliness and structure thing.
index.ts
was a helpful playground while we were building the package, but we really shouldn't be using it as a testbed at this point in the package development.We'll also want to play around with exports. How should we best organize exports to support clean API documentation while not completely cluttering an application imports section with a bunch of confusing paths like
dinodns/common/network
.