File size: 118 Bytes
bc20498 |
1 2 3 4 5 |
import { resolve } from 'path';
export default function resolvePath ( args ) {
return resolve.apply( null, args );
} |
bc20498 |
1 2 3 4 5 |
import { resolve } from 'path';
export default function resolvePath ( args ) {
return resolve.apply( null, args );
} |