source:
frontend/node_modules/underscore/cjs/_toPath.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 252 bytes | |
| Line | |
|---|---|
| 1 | var underscore = require('./underscore.js'); |
| 2 | require('./toPath.js'); |
| 3 | |
| 4 | // Internal wrapper for `_.toPath` to enable minification. |
| 5 | // Similar to `cb` for `_.iteratee`. |
| 6 | function toPath(path) { |
| 7 | return underscore.toPath(path); |
| 8 | } |
| 9 | |
| 10 | module.exports = toPath; |
Note:
See TracBrowser
for help on using the repository browser.
