add namedGroup function to nodejs RMatch

This commit is contained in:
2021-11-29 16:20:31 -07:00
parent c896f98e78
commit e0603097e3
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ typedef RMatch = {
#if hxnodejs
groups:Array<String>,
namedGroups:DynamicAccess<String>,
namedGroup:String->String,
#end
group:Int->String
};