UNPKG

@aciiverse/aciifx-cli

Version:

The powerful CLI for aciiFX backend in combination with fetcii

21 lines 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.aciiFX = exports.filter = void 0; // import { db as dbModule } from "./db"; const filter_1 = require("./filter"); // Disabled for the moment // export const db = dbModule, exports.filter = filter_1.filter; /** * @module aciiFX cli shows all modules & functions you can use * @author Flowtastisch * @memberof Aciiverse * @date 10.10.2024 */ var aciiFX; (function (aciiFX) { // Disabled for the moment // export const db = dbModule, aciiFX.filter = filter_1.filter; })(aciiFX || (exports.aciiFX = aciiFX = {})); //# sourceMappingURL=index.js.map