UNPKG

jam

Version:

JAM your async calls together *faster*

7 lines (4 loc) 138 B
// index.js - Main application entrypoint module.exports = process.env.JAM_COVER ? require('./lib-cov/jam') : require('./lib/jam');