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) 63 B
import b from './b' export default function () { return b }