Currently only a limited amount of packages can be loaded. ``` javascript // draft // load custom global package const lodash = use('\\lodash'); // load Node native package const path = use('::path'); ```