| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
uutils is a small library to help you automatically load libraries into a single namespace.
This module requires ES6.
$ npm install uutilsconst uutils = require('uutils');Edit your package.json to select the dependencies to automaticaly load through uutils.
{
"name": "uutils",
...
"_utils": {
"uuid": true
}
}Now you can access the uuid library through uutils.uuid.
| Back | FazBrowse Home | New Git URL |