asingh123's picture
Upload 3202 files
0a0b223 verified
export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}