Methods
(static) appUrl(path) → {string}
Generate an absolute URL to a file w/in the project directory.
Parameters:
Name | Type | Description |
---|---|---|
path |
string |
- Source:
Returns:
- Type
- string
(static) clone(obj) → {*}
Makes a deep copy of the value passed in.
Parameters:
Name | Type | Description |
---|---|---|
obj |
* |
- Source:
Returns:
- Type
- *
(static) uuid_v4() → {string}
Generates a UUIDv4. Taken from: https://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid
- Source:
Returns:
- Type
- string