UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

9 lines 252 B
module.exports = function (Q, dbSeedProviders) { return { compile: function () { return Q.all(dbSeedProviders.map(function (provider) { return provider.seedDbWithData(); })) } } };