isSymbol

[ Function ]

export function isSymbol(value: Value): value is Symbol;

Checks whether the transferred parameter is of type Symbol.

Parameter

Name

Type

Description

value

Value

Variable to be tested.

Return value

Type

Description

boolean

Returns true if the transferred value matches the corresponding type.

Returns false if the transferred value does not match the corresponding type.

isSymbol 1:

Available from version 1.12