JSPM

  • Created
  • Published
  • Downloads 16012
  • Score
    100M100P100Q161769F
  • License MIT

GJS TypeScript type definitions for Gio-2.0, generated from library version 2.76.1

Package Exports

  • @girs/gio-2.0

Readme

Gio-2.0

GJS TypeScript type definitions for Gio-2.0, generated from library version 2.76.1 using ts-for-gir v3.0.0-beta.14.

GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API.

Install

To use this type definitions, install them with NPM like this:

npm install @girs/gio-2.0

Usage

You can import this package into your project like this:

import Gio from '@girs/gio-2.0';

Or if you prefer CommonJS, you can also use this:

const Gio = require('@girs/gio-2.0');

If you use ambient modules, you can also import this module like you would do this in JavaScript:

import Gio from 'gi://Gio?version=2.0';

Depending on your project configuration, it is recommended to use a bundler like esbuild. You can find examples using different bundlers here.

Other packages

All existing pre-generated packages can be found on gjsify/types.