Update underscore.js to 1.13.6

This commit is contained in:
Konstantin Kireyev
2024-03-06 21:54:19 +05:00
parent fdb13cb1de
commit 76bd9973a0
393 changed files with 196028 additions and 5989 deletions

8
vendor/underscore/modules/_toPath.js vendored Normal file
View File

@ -0,0 +1,8 @@
import _ from './underscore.js';
import './toPath.js';
// Internal wrapper for `_.toPath` to enable minification.
// Similar to `cb` for `_.iteratee`.
export default function toPath(path) {
return _.toPath(path);
}