UNPKG

nextgen-mft-ai

Version:

AI-powered Managed File Transfer (MFT) library for secure, intelligent, and automated cloud data movement.

3 lines (2 loc) 136 B
const { uploadFile, predictTime, detectAnomaly } = require('./mftEngine'); module.exports = { uploadFile, predictTime, detectAnomaly };