Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only set Utility property if namespace empty
If the Utility namespace has concrete values and the const Utility property is set it causes `error TS2300: Duplicate identifier 'Utility'.` This tracks whether any values are added to the Utility namespace and only sets the property workaround if there are none.
- Loading branch information