1/* 2 * Copyright (c) 2022-2025 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16export { 17 asArray, 18 Array_from_set, 19 Array_from_int32, 20 Array_from_number, 21 AtomicRef, 22 asFloat64, 23 asString, 24 float32FromBits, 25 int32BitsFromFloat, 26 Thunk, 27 finalizerRegister, 28 finalizerUnregister, 29 Observed, 30 Observable, 31 ObservableHandler, 32 observableProxy, 33 observableProxyArray, 34 propDeepCopy, 35 lcClassName, 36 CustomTextEncoder, 37 CustomTextDecoder, 38 className, 39 isFunction, 40 functionOverValue, 41 refEqual, 42 isNotPrimitive, 43 uint8, 44 int8, 45 int16, 46 int32, 47 uint32, 48 int64, 49 uint64, 50 float32, 51 float64, 52 int8Array, 53 unsafeCast, 54} from "../typescript" 55 56export { 57 timeNow, 58 numberToFixed, 59} from "./performance" 60