Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util"

Index

Functions

Functions

isEmpty

  • isEmpty(value: string): boolean
  • 是否为""

    export

    Parameters

    • value: string

    Returns boolean

isNull

  • isNull(value: any): boolean
  • 是否为null

    export

    Parameters

    • value: any

    Returns boolean