Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsFQDN"

Index

Type aliases

Functions

Type aliases

IsFQDNOptions

IsFQDNOptions: vtsIsFQDNOptions

Reexport the options

Functions

isFQDN

  • isFQDN(value: string, options?: vtsIsFQDNOptions): boolean
  • Checks if the string is a fully qualified domain name (e.g. domain.com). If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    • Optional options: vtsIsFQDNOptions

      The options configuration IsFQDNOptions

    Returns boolean

    True if the string is a fully qualified domain name, false otherwise.

Generated using TypeDoc