Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Union/Has"

Index

Type aliases

Type aliases

Has

Has<U, A>: Has<U, A>

Check whether U contains A or not (Note: U & A can be interchanged)

Type parameters

  • U: any

    to be inspected

  • A: any

    to check within

returns

Boolean

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.