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 { int8, uint8, int32, uint32, int64, uint64, float32, float64, asArray, asFloat64, float32FromBits, int32BitsFromFloat, Array_from_set, AtomicRef, CustomTextDecoder, CustomTextEncoder, className, lcClassName, functionOverValue, Observed, Observable, ObservableHandler, observableProxy, observableProxyArray, isFunction, propDeepCopy, refEqual, int8Array, unsafeCast } from "#koalaui/compat"; 17export { clamp, lerp, modulo, parseNumber, isFiniteNumber, getDistancePx } from "./math"; 18export { hashCodeFromString } from "./stringUtils"; 19export { KoalaProfiler } from "./KoalaProfiler"; 20export * from "./PerfProbe"; 21export * from "./Errors"; 22export * from "./LifecycleEvent"; 23export * from "./Finalization"; 24export * from "./MarkableQueue"; 25export * from "./Matrix33"; 26export * from "./Matrix44"; 27export * from "./Point3"; 28export * from "./Point"; 29export { SHA1Hash, createSha1 } from "./sha1"; 30export { UniqueId } from "./uniqueId"; 31export * from "./koalaKey"; 32//# sourceMappingURL=index.d.ts.map