From 905d6bb9ee8cdb724f5e04992b0d83f3c830750e Mon Sep 17 00:00:00 2001 From: xdmal Date: Thu, 7 Apr 2022 14:11:16 +0800 Subject: [PATCH] Keep the Types class consistent with d.ts Change the class name Types to types issue: https://gitee.com/openharmony/js_util_module/issues/I51I4Y Signed-off-by: xdmal --- util/src/util_js.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/src/util_js.ts b/util/src/util_js.ts index 88fadb3..ed9e43d 100644 --- a/util/src/util_js.ts +++ b/util/src/util_js.ts @@ -1016,7 +1016,7 @@ export default { TextEncoder: TextEncoder, TextDecoder: TextDecoder, Base64: Base64, - Types: Types, + types: Types, LruBuffer: LruBuffer, RationalNumber : RationalNumber, Scope : Scope, -- Gitee