UNPKG

ts-gir

Version:
7 lines (6 loc) 158 B
import { Repository } from './types'; export default class Gir { repository: Repository; xml: string; loadFile(girFile: string): Promise<void>; }