Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "assert/is-symbol-array/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment isSymbolArray

isSymbolArray: IsSymbolArray

Tests if a value is an array-like object containing only symbols.

Notes

  • In pre-ES2015 environments, the function always returns false.
param

value to test

returns

boolean indicating whether value is an array of strings