Type alias MMRegExp

MMRegExp: RegExp & {
    _glob?: string;
    _src?: string;
}

Generated using TypeDoc