Utils in Ember FW GC
Utils is short for Utilities, and they are essentially whatever you need them to be. It is simply a way to import a function that does a certain task. In Ember FW GC, we have only one util file, which defines a single function. It is used primarily internally to make the functionality for the Current User Service's match
function. If you do need to use it, the information about the Match Util can be found here.