UNPKG

@lxdhub/dbsync

Version:

Display, search and copy LXD-images using a web interface.

11 lines (10 loc) 209 B
/** * @name * @lxdhub/dbsync * * @description * This module provides the functionality * to synchronize the LXDHub database with the * data of LXD remote APIs */ export { LXDHubDbSync } from './main';