UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

7 lines 321 B
import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; // Get __filename on ESM const __filename = fileURLToPath(import.meta.url); // Get __dirname on ESM, resolve to the root directory of this package export const __dirname = resolve(dirname(__filename), '../..'); //# sourceMappingURL=path.js.map