source: frontend/node_modules/underscore/modules/_toPath.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 218 bytes
Line 
1import _ from './underscore.js';
2import './toPath.js';
3
4// Internal wrapper for `_.toPath` to enable minification.
5// Similar to `cb` for `_.iteratee`.
6export default function toPath(path) {
7 return _.toPath(path);
8}
Note: See TracBrowser for help on using the repository browser.