@willwade/aac-processors
    Preparing search index...

    Interface MorphRule

    interface MorphRule {
        match: string;
        replace: string;
    }
    Index

    Properties

    Properties

    match: string
    replace: string