mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|