UNPKG

247 BJavaScriptView Raw
1/**
2 * File watcher for apeman.
3 * @module apeman-wch
4 * @version 2.2.5
5 */
6
7"use strict";
8
9var apemanWch = require('./apeman_wch');
10
11var lib = apemanWch.bind(this);
12
13lib.apemanWch = apemanWch;
14lib.done = require('./done');
15
16module.exports = lib;