astro-ghostcms/.pnpm-store/v3/files/f3/5535f0fdb1aa102850a246168dc...

12 lines
222 B
Plaintext

'use strict';
const path = require('path');
const pkgUp = require('./pkgUp').default;
exports.__esModule = true;
exports.default = function (cwd) {
const fp = pkgUp({ cwd });
return fp ? path.dirname(fp) : null;
};