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:
+11
@@ -0,0 +1,11 @@
|
||||
var underscore = require('./underscore.js');
|
||||
var isArray = require('./isArray.js');
|
||||
|
||||
// Normalize a (deep) property `path` to array.
|
||||
// Like `_.iteratee`, this function can be customized.
|
||||
function toPath(path) {
|
||||
return isArray(path) ? path : [path];
|
||||
}
|
||||
underscore.toPath = toPath;
|
||||
|
||||
module.exports = toPath;
|
||||
Reference in New Issue
Block a user