/** * @author WMXPY * @namespace Mongo * @description Index */ export * from "./collection-manager/collection-manager"; export * from "./collection/collection"; export * from "./origin/origin"; export * from "./page/page"; export * from "./script-manager/script-manager"; export * from "./script/script";