UNPKG

nihilqui

Version:

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

14 lines (12 loc) 283 B
import { TypeTsFunction, TypeTsProperty } from './index.js' /** Any typescript element type */ export type TypeTsElement = | 'class' | 'interface' | 'enum' | 'enum-member' | 'constant' | 'event-methods' | 'type' | TypeTsFunction | TypeTsProperty