Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNotSuperString"

Index

Functions

Functions

isNotSuperString

  • isNotSuperString(value: string, target: string): boolean
  • Checks if the string value does not contain the target. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    • target: string

      The target value to perform the check against.

    Returns boolean

    True if the value is a not super string of the target, false otherwise.

Generated using TypeDoc