Class: LodashExtended
Class Name | LodashExtended |
---|---|
Superclass | Object |
File | src/lodash.coffee |
Description
This class extends lodash with functionality we need for PromisedGit.
Mixin our methods to lodash and return the extended instance.
Return Values |
---|
Returns the extended lodash instance as Object. |
Check if obj is an instance of PromisedGit.
Argument | Description |
---|---|
obj | The object to check as Object. |
Return Values |
---|
Returns Boolean. |