From fa8dcb58781828a1049a1070b5c7230991481636 Mon Sep 17 00:00:00 2001 From: zxl <1554188414@qq.com> Date: Tue, 15 Jul 2025 20:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20stream?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxl <1554188414@qq.com> Change-Id: I6f40f1d21c6a9108a3d02baddaa435d87920cce7 --- api/@ohos.file.hash.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.file.hash.d.ts b/api/@ohos.file.hash.d.ts index 87b0ec6ff9..6d8e4097b0 100644 --- a/api/@ohos.file.hash.d.ts +++ b/api/@ohos.file.hash.d.ts @@ -19,9 +19,7 @@ */ import type { AsyncCallback } from './@ohos.base'; -/*** if arkts 1.1 */ import stream from './@ohos.util.stream'; -/*** endif */ /** * Hash -- Gitee