UNPKG

@ts-for-gir/cli

Version:

TypeScript type definition generator for GObject introspection GIR files

16 lines (11 loc) 317 B
/** * Export all types from the CLI types module */ // Command argument interfaces export * from "./command-args.ts"; // Command definition interfaces export * from "./command-definition.ts"; // Command type definitions export * from "./commands.ts"; // Report analysis types export * from "./report-types.ts";