mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
![Leon Styhre](/assets/img/avatar_default.png)
git-subtree-dir: external/rapidjson git-subtree-split: 2e8f5d897d9d461a7273b4b812b0127f321b1dcf
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|