@amplitude/ampli
Version:
Amplitude CLI
8 lines (7 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAllFilesInDirectory = exports.execSyncToString = void 0;
const execSyncToString_1 = require("./child_process/execSyncToString");
exports.execSyncToString = execSyncToString_1.default;
const getAllFilesInDirectory_1 = require("./globby/getAllFilesInDirectory");
exports.getAllFilesInDirectory = getAllFilesInDirectory_1.default;