/** * Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available. * * Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. * * Please refer to license text included with this package for license details. */ export * from './generator/core/index'; export { getDatasetProfiles, generateExpressionAlias, normalizePageId, generateDynamicDataset } from './utils';