Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsVariableWidth"

Index

Functions

Functions

isVariableWidth

  • isVariableWidth(value: string): boolean
  • Checks if the string contains variable-width chars. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the string contains variable-width chars, false otherwise.

Generated using TypeDoc