fix js docs.

Signed-off-by: dingxiaochen <dingxiaochen@huawei.com>
This commit is contained in:
dingxiaochen 2022-12-01 20:19:23 +08:00
parent f2e2a0e721
commit b9c1e92ccb

View File

@ -236,7 +236,7 @@ declare namespace radio {
* @returns Returns {@code true} if the device supports 5G NR; returns {@code false} otherwise.
* @since 8
*/
function isNrSupported(slotId?: number): boolean;
function isNrSupported(slotId: number): boolean;
/**
* Checks whether the radio service is enabled.