augment-vir - v32.1.0
Preparing search index...
doesPathContain
Function doesPathContain
doesPathContain
(
__namedParameters
:
Readonly
<
{
options
?:
PartialWithUndefined
<
{
allowSelf
:
boolean
}
>
;
potentialChildPath
:
string
;
potentialParentPath
:
string
;
}
,
>
,
)
:
boolean
Checks to see if a potential child path is inside of a potential parent path.
Parameters
__namedParameters
:
Readonly
<
{
options
?:
PartialWithUndefined
<
{
allowSelf
:
boolean
}
>
;
potentialChildPath
:
string
;
potentialParentPath
:
string
;
}
,
>
Returns
boolean
Package
@augment-vir/node
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v32.1.0
Loading...
Checks to see if a potential child path is inside of a potential parent path.