mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 00:32:53 +00:00
12 lines
118 B
JavaScript
12 lines
118 B
JavaScript
|
|
|
|
imports.gi.versions.GModule = '2.0'
|
|
const GModule = imports.gi.GModule;
|
|
|
|
module.exports = GModule;
|
|
|
|
|
|
|
|
|
|
|