UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

6 lines (5 loc) 238 B
import { IntrospectedInterface } from "../gir/class.js"; import { GirVisitor } from "../visitor.js"; export declare class InterfaceVisitor extends GirVisitor { visitInterface: (node: IntrospectedInterface) => IntrospectedInterface; }