Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/HasPath"

Index

Type aliases

Type aliases

HasPath

HasPath<O, Path, M, match>: Is<OPath<O, Path>, M, match>

Check whether O has nested properties that match M

Type parameters

  • O: object

    to be inspected

  • Path: Index[]

    to be followed

  • M: any

    to check field type (?=any)

  • match: Match

    to change precision (?='default')

returns

Boolean

example

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