UNPKG

ftp-srv-esm

Version:

Modern, extensible FTP server (daemon) for Node.js with ESM support. Based on ftp-srv.

12 lines (10 loc) 235 B
import registry from './registry.js'; import abor from './registration/abor.js'; import allo from './registration/allo.js'; import mdtm from './registration/mdtm.js'; export default { registry, abor, allo, mdtm, };