Urara-Blog/node_modules/.pnpm-store/v3/files/32/f3d792f09f36c3cdebb84fbc267978cb732d7b8a8aab529f97ae352b3109080eda9bfcfcf8a1615b1f89f889c1e6bb6d05cf1abe1755580a99fe77f9f5d58d
2022-08-14 01:14:53 +08:00

5 lines
No EOL
118 B
Text

import { resolve } from 'path';
export default function resolvePath ( args ) {
return resolve.apply( null, args );
}