1e484b35bSopenharmony_ci/* 2e484b35bSopenharmony_ci * Copyright (c) 2021 Huawei Device Co., Ltd. 3e484b35bSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4e484b35bSopenharmony_ci * you may not use this file except in compliance with the License. 5e484b35bSopenharmony_ci * You may obtain a copy of the License at 6e484b35bSopenharmony_ci * 7e484b35bSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8e484b35bSopenharmony_ci * 9e484b35bSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10e484b35bSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11e484b35bSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12e484b35bSopenharmony_ci * See the License for the specific language governing permissions and 13e484b35bSopenharmony_ci * limitations under the License. 14e484b35bSopenharmony_ci */ 15e484b35bSopenharmony_ci 16e484b35bSopenharmony_ciexport { 17e484b35bSopenharmony_ci isReserved, 18e484b35bSopenharmony_ci camelize, 19e484b35bSopenharmony_ci typof, 20e484b35bSopenharmony_ci isComponent, 21e484b35bSopenharmony_ci isModule, 22e484b35bSopenharmony_ci isApplication, 23e484b35bSopenharmony_ci removeApplicationPrefix, 24e484b35bSopenharmony_ci removePrefix 25e484b35bSopenharmony_ci} from '../main/util/index'; 26e484b35bSopenharmony_ci 27e484b35bSopenharmony_ciexport { 28e484b35bSopenharmony_ci extend, 29e484b35bSopenharmony_ci def, 30e484b35bSopenharmony_ci remove, 31e484b35bSopenharmony_ci hasOwn, 32e484b35bSopenharmony_ci isObject, 33e484b35bSopenharmony_ci isPlainObject, 34e484b35bSopenharmony_ci bufferToBase64 35e484b35bSopenharmony_ci} from '../main/util/shared'; 36e484b35bSopenharmony_ci 37e484b35bSopenharmony_ciexport { 38e484b35bSopenharmony_ci isEmpty, 39e484b35bSopenharmony_ci isNull, 40e484b35bSopenharmony_ci removeItem, 41e484b35bSopenharmony_ci getValue, 42e484b35bSopenharmony_ci Log 43e484b35bSopenharmony_ci} from './utils'; 44