@gi-types/gjs-environment
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

GJS Type Definitions

This repository provides @gjs-types/environment which defines the types of GJS out-of-the-box environment.

imports.gi

To extend imports.gi to incorporate additional libraries...

declare global {
    interface GjsGiImports {
        Gtk: import("@gi-types/gtk3")
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @gi-types/gjs-environment

Weekly Downloads

38

Version

1.1.0

License

MIT

Unpacked Size

12.3 kB

Total Files

14

Last publish

Collaborators

  • jumplink
  • ewlsh