Interface MatchOptions

interface MatchOptions {
    keyword: string | RegExp;
    matchCase?: boolean;
}

Properties

Properties

keyword: string | RegExp
matchCase?: boolean