import * as HTML from "./html/index"
import * as Common from "./common/index"
import * as Objects from "./objects/index"
import * as Options from "./options/index";
import * as Logics from "./logics/index";
import * as Debug from "./debug/debug";
import * as Interfaces from "./interfaces/index";
import * as Console from "./options/nodejs_console"
export {
HTML, Common, Objects, Logics, Options,
Console, Debug, Interfaces
};