function needsToBeFetched()

in index.js [176:178]


function needsToBeFetched (uri) {
    return npa(uri).type !== 'directory';
}