Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Has"

Index

Type aliases

Type aliases

Has

Has<T, K, M, match>: OHas<ObjectOf<T>, K, M, match>

Check whether T has a entry of key K that matches M

Type parameters

  • T: Tuple

    to be inspected

  • K: Index

    to choose entry

  • M: any

    to check entry type (?=any)

  • match: Match

    to change precision (?='default')

returns

Boolean

example

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