Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/HasPath"

Index

Type aliases

Type aliases

HasPath

HasPath<T, Path, M, match>: OHasPath<ObjectOf<T>, Path, M, match>

Check whether T has nested entries that match M

Type parameters

  • T: Tuple

    to be inspected

  • Path: Index[]

    to be followed

  • 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.