2
* Copyright (c) 2022-2023 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
7
* http://www.apache.org/licenses/LICENSE-2.0
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.
16
export { int8, uint8, int32, uint32, int64, uint64, float32, float64, CustomTextDecoder, CustomTextEncoder, isFunction, functionOverValue, className, lcClassName, asFloat64 } from "@koalaui/compat"
17
export { clamp, lerp, modulo, parseNumber, isFiniteNumber, getDistancePx } from "./math"
18
export { hashCodeFromString } from "./strings"
19
export { KoalaProfiler } from "./KoalaProfiler"
20
export * from "./PerfProbe"
21
export * from "./Errors"
22
export * from "./Events"
23
export * from "./Finalization"
24
export * from "./Matrix33"
25
export * from "./Matrix44"
26
export * from "./Point3"
27
export * from "./Point"
28
export { SHA1Hash, createSha1 } from "./sha1"
29
export { UniqueId } from "./uniqueId"
30
export * from "./koalaKey"