From 7a8d643d66a0902acce57c00c5ffa440e6ce4f47 Mon Sep 17 00:00:00 2001 From: zhangziye Date: Tue, 5 Aug 2025 10:28:14 +0800 Subject: [PATCH] Add transfer to kit Issue: https://gitee.com/openharmony/interface_sdk-js/issues/ICR4XJ Signed-off-by: zhangziye --- kits/@kit.ArkTS.d.ets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kits/@kit.ArkTS.d.ets b/kits/@kit.ArkTS.d.ets index a495996fb8..21f00f9bdf 100644 --- a/kits/@kit.ArkTS.d.ets +++ b/kits/@kit.ArkTS.d.ets @@ -39,10 +39,11 @@ import Stack from '@ohos.util.Stack'; import TreeMap from '@ohos.util.TreeMap'; import TreeSet from '@ohos.util.TreeSet'; import xml from '@ohos.xml'; +import transfer from '@ohos.transfer'; import collections from '@arkts.collections'; import Decimal from '@arkts.math.Decimal'; export { ArrayList, Deque, HashMap, HashSet, LightWeightMap, LightWeightSet, LinkedList, List, - PlainArray, Queue, Stack, TreeMap, TreeSet, buffer, uri, url, util, JSON, stream, xml, collections, Decimal + PlainArray, Queue, Stack, TreeMap, TreeSet, buffer, uri, url, util, JSON, stream, xml, transfer, collections, Decimal }; -- Gitee