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 <maxiaodong16@huawei.com>
This commit is contained in:
xdmal
2022-04-07 14:11:16 +08:00
parent c1504b1ef9
commit 2049a155d9
+1 -1
View File
@@ -1016,7 +1016,7 @@ export default {
TextEncoder: TextEncoder,
TextDecoder: TextDecoder,
Base64: Base64,
Types: Types,
types: Types,
LruBuffer: LruBuffer,
RationalNumber : RationalNumber,
Scope : Scope,