mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-20 00:53:32 +00:00
Modify some errors in util.d.ts
Signed-off-by: wang-jingwu001 <wangjingwu4@huawei.com> https://gitee.com/openharmony/interface_sdk-js/issues/IANL2S
This commit is contained in:
parent
fe44c52ff5
commit
d1356b936a
6
api/@ohos.util.d.ts
vendored
6
api/@ohos.util.d.ts
vendored
@ -3643,7 +3643,7 @@ declare namespace util {
|
||||
*
|
||||
* @param { Object } value - A included in the isAnyArrayBuffer value
|
||||
* @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views,
|
||||
* such as typed array objects or DataView. Equivalent to ArrayBuffer.isView().
|
||||
* such as typed array objects or DataView.
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @since 8
|
||||
*/
|
||||
@ -3652,7 +3652,7 @@ declare namespace util {
|
||||
*
|
||||
* @param { Object } value - A included in the isAnyArrayBuffer value
|
||||
* @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views,
|
||||
* such as typed array objects or DataView. Equivalent to ArrayBuffer.isView().
|
||||
* such as typed array objects or DataView.
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
@ -3662,7 +3662,7 @@ declare namespace util {
|
||||
*
|
||||
* @param { Object } value - A included in the isAnyArrayBuffer value
|
||||
* @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views,
|
||||
* such as typed array objects or DataView. Equivalent to ArrayBuffer.isView().
|
||||
* such as typed array objects or DataView.
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
Loading…
x
Reference in New Issue
Block a user