From 58fa1ab9be7ee8fd4a8e96865121a54d613978cc Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 25 May 2024 14:44:50 +0200 Subject: separate node and gjs into its own package --- node/src/imports.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 node/src/imports.ts (limited to 'node/src/imports.ts') diff --git a/node/src/imports.ts b/node/src/imports.ts new file mode 100644 index 0000000..47f582a --- /dev/null +++ b/node/src/imports.ts @@ -0,0 +1,8 @@ +import gi from "node-gtk" + +export { gi } +export const Gtk = gi.require("Gtk", "3.0") +export const GLib = gi.require("GLib", "2.0") +export const Gio = gi.require("Gio", "3.0") +export const GObject = gi.require("GObject", "2.0") +export const Astal = gi.require("Astal", "0.1") -- cgit v1.2.3