new Dependency(name, dependency)
Dependency
creates an object to be consumed by external sources
Parameters:
Name | Type | Description |
---|---|---|
name |
String | |
dependency |
Object | dependency options object |
- Source:
Methods
(static) parseType(name) → {String}
parseType
Parameters:
Name | Type | Description |
---|---|---|
name |
String |
- Source:
Returns:
- Type
- String
prependGlobs(files)
prependGlobs
Adds globs to the beginning of the Dependency's globs property
Parameters:
Name | Type | Description |
---|---|---|
files |
Array | Array of glob strings |
- Source: