uhop / node-re2

node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Other
489 stars 53 forks source link

Add missing groups property into matched types. #133

Closed kachick closed 1 year ago

kachick commented 1 year ago

Follow #34 and #101

Referenced following ES type definitions

https://github.com/microsoft/TypeScript/blob/7e51306d30b72ce474054c3f3047f57d90dca41a/src/lib/es2018.regexp.d.ts#L1-L11 https://github.com/microsoft/TypeScript/blob/7e51306d30b72ce474054c3f3047f57d90dca41a/src/lib/es5.d.ts#L919-L943

kachick commented 1 year ago

Thank you!