UNPKG

653 BJavaScriptView Raw
1"use strict";
2/*
3 * @adonisjs/sink
4 *
5 * (c) Harminder Virk <virk@adonisjs.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10Object.defineProperty(exports, "__esModule", { value: true });
11exports.copyFiles = exports.isEmptyDir = void 0;
12var isEmptyDir_1 = require("./isEmptyDir");
13Object.defineProperty(exports, "isEmptyDir", { enumerable: true, get: function () { return isEmptyDir_1.isEmptyDir; } });
14var copyFiles_1 = require("./copyFiles");
15Object.defineProperty(exports, "copyFiles", { enumerable: true, get: function () { return copyFiles_1.copyFiles; } });