mirror of
https://github.com/Tencent/rapidjson
synced 2026-08-26 06:23:05 -04:00
2 lines
94 B
JavaScript
2 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|