Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AssertionArgs

AssertionArgs: [any, Message, Message, any, any?, boolean?]

ChaiPlugin

ChaiPlugin: (chai: ChaiStatic, utils: ChaiUtils) => void

Type declaration

Message

Message: string | (() => string)

ObjectProperty

ObjectProperty: string | symbol | number

Operator

Operator: string

OperatorComparable

OperatorComparable: boolean | null | number | string | undefined | Date