source value in which the path should be checked.
path array to be checked
Checks whether path exist in source value.
Source value can be nullable or undefinable, and path is treated as if the source (and all intermediate) values are required (because nullable and undefinable types can't have keys).
Path supports up to 5 elements. This means, you are not able to use this helper if you need more.
true if the path exist in source, false otherwise
source value in which the path should be checked.
path array to be checked
Checks whether path exist in source value.
Source value can be nullable or undefinable, and path is treated as if the source (and all intermediate) values are required (because nullable and undefinable types can't have keys).
Path supports up to 5 elements. This means, you are not able to use this helper if you need more.
true if the path exist in source, false otherwise
source value in which the path should be checked.
path array to be checked
Checks whether path exist in source value.
Source value can be nullable or undefinable, and path is treated as if the source (and all intermediate) values are required (because nullable and undefinable types can't have keys).
Path supports up to 5 elements. This means, you are not able to use this helper if you need more.
true if the path exist in source, false otherwise
source value in which the path should be checked.
path array to be checked
Checks whether path exist in source value.
Source value can be nullable or undefinable, and path is treated as if the source (and all intermediate) values are required (because nullable and undefinable types can't have keys).
Path supports up to 5 elements. This means, you are not able to use this helper if you need more.
true if the path exist in source, false otherwise
source value in which the path should be checked.
path array to be checked
Generated using TypeDoc
Checks whether path exist in source value.
Source value can be nullable or undefinable, and path is treated as if the source (and all intermediate) values are required (because nullable and undefinable types can't have keys).
Path supports up to 5 elements. This means, you are not able to use this helper if you need more.
Returns
true if the path exist in source, false otherwise