Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(urns): pass ‘NID‘ and ‘NSS’ to base class type parameters
‘URNSpace’ base class methods were using ‘string‘ type by default which was preventing type inference that would be achieved by predicate methods like ‘URNSpace.is’.
- Loading branch information