mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-09 02:56:20 +08:00
chore: update dependencies
This commit is contained in:
10
node_modules/underscore/cjs/_toPath.js
generated
vendored
Normal file
10
node_modules/underscore/cjs/_toPath.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var underscore = require('./underscore.js');
|
||||
require('./toPath.js');
|
||||
|
||||
// Internal wrapper for `_.toPath` to enable minification.
|
||||
// Similar to `cb` for `_.iteratee`.
|
||||
function toPath(path) {
|
||||
return underscore.toPath(path);
|
||||
}
|
||||
|
||||
module.exports = toPath;
|
||||
Reference in New Issue
Block a user