Skip to content

Incorrect return type of XRegExp in types/index.d.ts #327

@mia1024

Description

@mia1024

Currently, the return type of XRegExp declared in types/index.d.ts is

declare function XRegExp(pattern: string, flags?: string): RegExp;

However, this annotation is incorrect because it does not capture the two custom properties <regexp>.xregexp.source and <regexp>.xregexp.flags as indicated in the API documentation.

I'm happy to open a PR to fix this issue if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions