interface RegexObj {
    exclusive: boolean;
    regex: string;
}

Properties

Properties

exclusive: boolean
regex: string

Generated using TypeDoc