UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

3 lines (2 loc) 190 B
/** All gir elements which can be a typescript method (or static function) of a class */ export type TypeGirMethod = "virtual" | "signal" | "method" | "constructor" | "function" | "static";