augment-vir - v32.1.0
    Preparing search index...

    Function doesPathContain

    • 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