UNPKG

rubico

Version:

[a]synchronous functional programming

7 lines (4 loc) 162 B
const path = require('path') // pathResolve(...args) -> resolvedPath string const pathResolve = (...args) => path.resolve(...args) module.exports = pathResolve