Interface Match

匹配配置

interface Match {
    includes?: string | string[];
    is?: string | string[];
    re?: string | Re;
}

Properties

Properties

includes?: string | string[]
is?: string | string[]
re?: string | Re

Generated using TypeDoc