UNPKG

171 BJavaScriptView Raw
1/**
2 * ape framework module for watching files.
3 * @module ape-watching
4 */
5
6"use strict";
7
8module.exports = {
9 get watchFiles() { return require('./watch_files'); }
10};
\No newline at end of file