interface RegExpEngine {
    code: string;
    (pattern, u): RegExpLike;
}

Properties

Properties

code: string