mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 22:09:31 +08:00
5 lines
No EOL
118 B
Text
5 lines
No EOL
118 B
Text
import { resolve } from 'path';
|
|
|
|
export default function resolvePath ( args ) {
|
|
return resolve.apply( null, args );
|
|
} |