Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsFullWidth"

Index

Functions

Functions

isFullWidth

  • isFullWidth(value: string): boolean
  • Checks if the string contains any full-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 full-width characters, false otherwise.

Generated using TypeDoc