glob
    Preparing search index...

    Interface IgnoreLike

    interface IgnoreLike {
        add?: (ignore: string) => void;
        childrenIgnored?: (p: Path) => boolean;
        ignored?: (p: Path) => boolean;
    }

    Implemented by

    Index

    Properties

    add?: (ignore: string) => void
    childrenIgnored?: (p: Path) => boolean
    ignored?: (p: Path) => boolean