A short description of the utility
E.g. This utility adds two numbers together. It also has a variable and function that returns "something".
Description/example on how to use the utility.
import { add } from "@gapit/utility-template";
add(2, 3); // Returns 5
import { SOMETHING_VARIABLE } from "@gapit/utility-template";
console.log(SOMETHING_VARIABLE); // Returns "something