Skip to content

@miyue-mma/shared / isSet

函数: isSet()

ts
function isSet(val): val is Set<any>

判断是否为 Set

参数

val

unknown

待判断的值

返回

val is Set<any>

Released under the MIT License.