If you look at the source code of a typical application, you will likely find business logic tangled with database calls, HTTP requests firing off in the middle of validation rules, and try/catch blocks sprinkled here and there. The biggest casualty of this coupling is testability…
Do you have a version with type annotations, perhaps in a gist?
I’ve added JSDoc type annotations to the library.