Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util/checkEqual"

Index

Functions

Functions

checkEqual

  • checkEqual('123', '123').ok === true
    checkEqual('123', 123).ok === false
    checkEqual('123', 123, eq).ok === true
    checkEqual('123', string).ok === true
    

    Parameters

    • val: any
    • expect: any | Verifiable
    • Optional fallbackVerf: any

      funcified Verifiable (default: be)

    Returns UnlawfulnessList

Generated using TypeDoc