mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-11 05:44:21 +02:00
chore: update dependencies
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
var underscore = require('./underscore.js');
|
||||
|
||||
// Start chaining a wrapped Underscore object.
|
||||
function chain(obj) {
|
||||
var instance = underscore(obj);
|
||||
instance._chain = true;
|
||||
return instance;
|
||||
}
|
||||
|
||||
module.exports = chain;
|
||||
Reference in New Issue
Block a user