UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

7 lines (5 loc) 277 B
import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; export const __dirname = globalThis.__dirname || dirname(fileURLToPath(import.meta.url)); export const SRC_DIR = resolve(__dirname, '../src'); export const DIST_DIR = resolve(__dirname, '../dist');