groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

[Chore] Export everything and organize imports #78

Closed not-so-smart closed 2 years ago

not-so-smart commented 2 years ago

This PR required me to map out a full dependency graph of every single module in the codebase to determine what order to export everything in to avoid circular imports.

image image