• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    timeNow,
30    numberToFixed,
31    Observed,
32    Observable,
33    ObservableHandler,
34    observableProxy,
35    observableProxyArray,
36    propDeepCopy,
37    lcClassName,
38    CustomTextEncoder,
39    CustomTextDecoder,
40    className,
41    isFunction,
42    functionOverValue,
43    refEqual,
44    isNotPrimitive,
45    uint8,
46    int8,
47    int16,
48    int32,
49    uint32,
50    int64,
51    uint64,
52    float32,
53    float64,
54    int8Array,
55    unsafeCast,
56} from "#platform"
57