UNPKG

nihilqui

Version:

Typescript .d.ts generator from GIR for gjs and node-gtk

8 lines (6 loc) 223 B
import { GirType, GirArrayType } from './index.js' //A generic grammar element to represent either a simple Type or an Array of the same Type export interface GirAnyType { type?: GirType[] array?: GirArrayType[] }