This block provides the Vow library.
Vow is a library for working with promises that implements the Promises/A+ standard and supports the ES6 Promises specification.
modules.require(['vow'], function(vow) {
// ...
});
You can find the complete API for the library here.
The block is implemented in:
vanilla.js