mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-15 10:11:05 +00:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
export function root(...p) {
|
|
return path.resolve(__dirname, "..", ...p);
|
|
}
|