Expected a class, such as [^acd-gz]i

interface ClassExpectation {
    ignoreCase: boolean;
    inverted: boolean;
    parts: ClassParts;
    type: "class";
}

Properties

ignoreCase: boolean
inverted: boolean
parts: ClassParts
type: "class"