UNPKG

flow-bro

Version:

Your personal flow type helper with features like coverage and watch mode

8 lines (6 loc) 229 B
const getFlowCoverage = require("./get-flow-coverage"); module.exports = function(amount) { return getFlowCoverage() .then(files => files.sort((a, b) => a.result - b.result)) .then(files => files.slice(0, amount)); };