I'm trying to create a function that parses routes that come out as a result of the createRouting function.
In order to do this, it would be good if the MapToRoute type were exported and used outside the library, but it was inconvenient because it was not provided.
Is there any particular reason for not providing that type?
I'm trying to create a function that parses routes that come out as a result of the createRouting function.
In order to do this, it would be good if the MapToRoute type were exported and used outside the library, but it was inconvenient because it was not provided.
Is there any particular reason for not providing that type?