summaryrefslogtreecommitdiff
path: root/lang/gjs/index.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-15 01:26:32 +0200
committerAylur <[email protected]>2024-10-15 01:26:32 +0200
commit2f71cd4c08bb4514efe43533e6a5d03535204c29 (patch)
treefc991a12e159ad645187862c90f40731794d6e47 /lang/gjs/index.ts
parent9fab13452a26ed55c01047d4225f699f43bba20d (diff)
refactor lua and gjs lib
Diffstat (limited to 'lang/gjs/index.ts')
-rw-r--r--lang/gjs/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gjs/index.ts b/lang/gjs/index.ts
new file mode 100644
index 0000000..4f52259
--- /dev/null
+++ b/lang/gjs/index.ts
@@ -0,0 +1,6 @@
+export * from "./lib/process.js"
+export * from "./lib/time.js"
+export * from "./lib/file.js"
+export * from "./lib/gobject.js"
+export { bind, default as Binding } from "./lib/binding.js"
+export { Variable } from "./lib/variable.js"