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