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