iswear

by Clark Feusier

iswear is an open-source utility library for working with Promises (the Promises/A+ specification). This library allows a developer to write asynchronous code as though it was synchronous (in appearance). For example, instead of passing around callbacks, a developer could use iswear’s .then and .catch to handle the result of invoking an asynchronous function.

I built iswear while at Hack Reactor. The open-source NPM package has been downloaded a couple thousand times.