File size: 79 Bytes
bc20498 |
1 2 3 4 |
export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}
|
bc20498 |
1 2 3 4 |
export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}
|