mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 16:52:50 +00:00
12 lines
106 B
JavaScript
12 lines
106 B
JavaScript
|
|
|
|
imports.gi.versions.xlib = '2.0'
|
|
const xlib = imports.gi.xlib;
|
|
|
|
module.exports = xlib;
|
|
|
|
|
|
|
|
|
|
|