/** * This module defines different loaders for pre-defined file formats. * @module loader * * Most of the projects will probably write their own loaders to create {@link Network | Networks} depending on their needs. * This module is still included in the documentation as it provides examples for the more advanced features of the {@link ui} module. */ /** @internal */ export * as dot from './dot';