UNPKG

144 BJavaScriptView Raw
1//
2
3const fetch = require("./fetch");
4const sync = require("./sync");
5const rm = require("./rm");
6
7module.exports = {
8 fetch,
9 sync,
10 rm,
11};