1.0.0 • Published 8 years ago

no-sync v1.0.0

Weekly downloads
8
License
-
Repository
github
Last release
8 years ago

Want to prevent accidentally calling sync functions?

require("no-sync") will clog that drain for you, by making all sync functions throw after the next tick.

This still allows you to do whatever you need to in the setup phase of your program, where synchronous IO is a good thing.