Utils List of useful/reusable functions. Deprecated since most of these functions are straightforward and obvious Javascript const Utils = require('@nexys/utils') console.log(Utils) Typescript import * as Utils from '@nexys/utils'; console.log(Utils)