UNPKG

207 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 validatePath: require("./validate-path"),
5 createPath: require("./create-path"),
6 ignorePath: require("./ignore-path"),
7 watchDirectory: require("./watch-directory")
8};
\No newline at end of file