UNPKG

watch-dependency-graph

Version:

A Node file watcher, but instead of scanning the filesystem for files to be watched, it monitors only specified entry files and their dependency trees.

6 lines (4 loc) 70 B
const b = require('./b') module.exports = function () { return b }