UNPKG

201 BJavaScriptView Raw
1/**
2 * The 'Util' namespace provides various utility classes that are used
3 * throughout the project.
4 *
5 * @namespace Util
6 */
7
8"use strict";
9
10module.exports = require( "requireindex" )( __dirname );