UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

7 lines (5 loc) 184 B
import type { ParsedGir } from "./parsed-gir.ts"; export interface NSLoader { load(namespace: string, version: string): ParsedGir | null; loadAll(namespace: string): ParsedGir[]; }